Skip to content

Commit 8cc631a

Browse files
committed
Merge pull request #36 from vadz/patch-1
Fix a typo in the README
2 parents 31728ad + 56cb8fc commit 8cc631a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ For example::
119119
.add_option(&["-v", "--verbose"], StoreTrue,
120120
"Be verbose");
121121

122-
You made add multiple options for the same variable::
122+
You may add multiple options for the same variable::
123123

124124
parser.refer(&mut verbose)
125125
.add_option(&["-v", "--verbose"], StoreTrue,

0 commit comments

Comments
 (0)