ruby-changes:40851
From: nobu <ko1@a...>
Date: Tue, 8 Dec 2015 10:19:16 +0900 (JST)
Subject: [ruby-changes:40851] nobu:r52930 (trunk): optparse.rb: Fix typo [ci skip]
nobu 2015-12-08 10:19:04 +0900 (Tue, 08 Dec 2015) New Revision: 52930 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=52930 Log: optparse.rb: Fix typo [ci skip] * lib/optparse.rb: fix double word typo in the document. [Misc #10608] [Fix GH-1126] Modified files: trunk/ChangeLog trunk/lib/optparse.rb Index: ChangeLog =================================================================== --- ChangeLog (revision 52929) +++ ChangeLog (revision 52930) @@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Tue Dec 8 10:19:02 2015 Jake Worth <jakeworth82@g...> + + * lib/optparse.rb: fix double word typo in the document. + [Misc #10608] [Fix GH-1126] + Tue Dec 8 09:03:19 2015 Nobuyoshi Nakada <nobu@r...> * ext/date/date_core.c (d_lite_lshift): should check the argument Index: lib/optparse.rb =================================================================== --- lib/optparse.rb (revision 52929) +++ lib/optparse.rb (revision 52930) @@ -172,7 +172,7 @@ https://github.com/ruby/ruby/blob/trunk/lib/optparse.rb#L172 # ==== Using Built-in Conversions # # As an example, the built-in +Time+ conversion is used. The other built-in -# conversions behave in in the same way. +# conversions behave in the same way. # OptionParser will attempt to parse the argument # as a +Time+. If it succeeeds, that time will be passed to the # handler block. Otherwise, an exception will be raised. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/