optparse.rb: Fix typo [ci skip]
* lib/optparse.rb: fix double word typo in the document. [Misc #10608] [Fix GH-1126] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52930 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
08753137de
commit
c84e62cd32
@ -1,3 +1,8 @@
|
|||||||
|
Tue Dec 8 10:19:02 2015 Jake Worth <jakeworth82@gmail.com>
|
||||||
|
|
||||||
|
* 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@ruby-lang.org>
|
Tue Dec 8 09:03:19 2015 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
* ext/date/date_core.c (d_lite_lshift): should check the argument
|
* ext/date/date_core.c (d_lite_lshift): should check the argument
|
||||||
|
@ -172,7 +172,7 @@
|
|||||||
# ==== Using Built-in Conversions
|
# ==== Using Built-in Conversions
|
||||||
#
|
#
|
||||||
# As an example, the built-in +Time+ conversion is used. The other built-in
|
# 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
|
# OptionParser will attempt to parse the argument
|
||||||
# as a +Time+. If it succeeeds, that time will be passed to the
|
# as a +Time+. If it succeeeds, that time will be passed to the
|
||||||
# handler block. Otherwise, an exception will be raised.
|
# handler block. Otherwise, an exception will be raised.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user