1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Fix call-seq [ci skip]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65591 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2018-11-07 05:07:56 +00:00
parent 9722ed0e52
commit 4d3c254ebe

2
re.c
View file

@ -2037,7 +2037,7 @@ match_aref(int argc, VALUE *argv, VALUE match)
/* /*
* call-seq: * call-seq:
* *
* mtch.values_at([index]*) -> array * mtch.values_at(index, ...) -> array
* *
* Uses each <i>index</i> to access the matching values, returning an array of * Uses each <i>index</i> to access the matching values, returning an array of
* the corresponding matches. * the corresponding matches.