ruby-changes:39227
From: nobu <ko1@a...>
Date: Tue, 21 Jul 2015 13:37:11 +0900 (JST)
Subject: [ruby-changes:39227] nobu:r51308 (trunk): fix typo in OptionParser#complete docs [ci skip]
nobu 2015-07-21 13:36:57 +0900 (Tue, 21 Jul 2015) New Revision: 51308 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=51308 Log: fix typo in OptionParser#complete docs [ci skip] * lib/optparse.rb (complete): [DOC] fix typo. [Fix GH-973] Modified files: trunk/ChangeLog trunk/lib/optparse.rb Index: ChangeLog =================================================================== --- ChangeLog (revision 51307) +++ ChangeLog (revision 51308) @@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Tue Jul 21 13:36:54 2015 yuuji.yaginuma <yuuji.yaginuma@g...> + + * lib/optparse.rb (complete): [DOC] fix typo. [Fix GH-973] + Tue Jul 21 05:20:21 2015 Eric Wong <e@8...> * io.c (nogvl_wait_for_single_fd): new function for Linux Index: lib/optparse.rb =================================================================== --- lib/optparse.rb (revision 51307) +++ lib/optparse.rb (revision 51308) @@ -1711,7 +1711,7 @@ XXX https://github.com/ruby/ruby/blob/trunk/lib/optparse.rb#L1711 # 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. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/