Skip to content

Commit f609d17

Browse files
committed
Correct a previous patch
1 parent 55796c0 commit f609d17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/trpl/error-handling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2057,7 +2057,7 @@ so. This can be a little clumsy, especially if you intend for the program to
20572057
be used in shell scripts.
20582058

20592059
So let's start by adding the flags. Like before, we need to tweak the usage
2060-
string and add a flag to the Option variable. Once we're done that, Getopts does the rest:
2060+
string and add a flag to the Option variable. Once we've done that, Getopts does the rest:
20612061

20622062
```rust,ignore
20632063
...

0 commit comments

Comments
 (0)