summaryrefslogtreecommitdiff
path: root/string.rb
diff options
context:
space:
mode:
-rw-r--r--string.rb2
1 files changed, 1 insertions, 1 deletions
@@ -265,7 +265,7 @@
#
# <b><tt>string[regexp, capture = 0]</tt></b>
#
-# When the \Regexp argument +regexp+ is given,
# and the +capture+ argument is <tt>0</tt>,
# the slice is the first matching substring found in +self+:
#