Skip to content

Commit 9611d28

Browse files
Update instructions.append.md (#741)
* Update instructions.append.md - Fix typo and clarify instructions in usage text - Corrected a typo ("treat is" ➝ "treat it") in the program instructions. - Added the word "code" at the end of the sentence "exit with a non-zero status" for clarity. * Update instructions.append.md - Fix typo and clarify instructions in usage text - Corrected a typo ("treat is" ➝ "treat it") in the program instructions.
1 parent 96f6908 commit 9611d28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/practice/error-handling/.docs/instructions.append.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ This is different from passing no arguments at all.
1212

1313
`./program`
1414

15-
If your program is run with exactly one argument (even if it is an empty string), treat is as a person's name and print a greeting message.
15+
If your program is run with exactly one argument (even if it is an empty string), treat it as a person's name and print a greeting message.
1616
If it is run with zero arguments or more than one argument, print an error message and exit with a non-zero status.

0 commit comments

Comments
 (0)