Skip to content

Commit 4350f48

Browse files
Fix expected output in sed exercise instructions (#353)
Fix expected output: change 'with' to 'wIth' in sed exercise instructions
1 parent b5089a2 commit 4350f48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

individual-shell-tools/sed/script-01.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ set -euo pipefail
44

55
# TODO: Write a command to output input.txt with all occurrences of the letter `i` replaced with `I`.
66
# The output should contain 11 lines.
7-
# The first line of the output should be: "ThIs Is a sample fIle for experImentIng with sed.".
7+
# The first line of the output should be: "ThIs Is a sample fIle for experImentIng wIth sed.".

0 commit comments

Comments
 (0)