Skip to content

Commit 56cb8fc

Browse files
committed
Fix a typo in the README
Just `s/made/may/`
1 parent 31728ad commit 56cb8fc

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)