8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b47d9c commit e70e689Copy full SHA for e70e689
doc/optparse/option_params.rdoc
@@ -418,7 +418,7 @@ A description parameter is any string parameter
418
that is not recognized as an
419
{option name}[#label-Option+Names] or a
420
{terminator}[#label-Terminators];
421
-in other words, it does not begin with a hypnen.
+in other words, it does not begin with a hyphen.
422
423
You may give any number of description parameters;
424
each becomes a line in the text generated by option <tt>--help</tt>.
@@ -453,7 +453,7 @@ when the option is encountered. The handler may be:
453
454
==== Handler Blocks
455
456
-An option hadler may be a block.
+An option handler may be a block.
457
458
File +block.rb+ defines an option that has a handler block.
459
0 commit comments