summaryrefslogtreecommitdiff
path: root/lib/optparse.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/optparse.rb')
-rw-r--r--lib/optparse.rb2
1 files changed, 1 insertions, 1 deletions
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.