1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

fix typo in OptionParser#complete docs [ci skip]

* lib/optparse.rb (complete): [DOC] fix typo.  [Fix GH-973]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51308 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2015-07-21 04:36:57 +00:00
parent 65273e9041
commit ec1d232f10
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Tue Jul 21 13:36:54 2015 yuuji.yaginuma <yuuji.yaginuma@gmail.com>
* lib/optparse.rb (complete): [DOC] fix typo. [Fix GH-973]
Tue Jul 21 05:20:21 2015 Eric Wong <e@80x24.org>
* io.c (nogvl_wait_for_single_fd): new function for Linux

View file

@ -1711,7 +1711,7 @@ XXX
# Completes shortened long style option switch and returns pair of
# canonical switch and switch descriptor OptionParser::Switch.
#
# +id+:: Searching table.
# +typ+:: Searching table.
# +opt+:: Searching key.
# +icase+:: Search case insensitive if true.
# +pat+:: Optional pattern for completion.