From d2f86c9a45e062552dbdee311d9ec633e3a4791f Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 8 Dec 2015 01:19:04 +0000 Subject: 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 --- lib/optparse.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/optparse.rb') diff --git a/lib/optparse.rb b/lib/optparse.rb index e2cd964351..2e8b5971a2 100644 --- a/lib/optparse.rb +++ b/lib/optparse.rb @@ -172,7 +172,7 @@ # ==== 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. -- cgit v1.2.3