From 4d3c254ebe0eae7d97d4bd92efbcdc9d3f956c08 Mon Sep 17 00:00:00 2001 From: kazu Date: Wed, 7 Nov 2018 05:07:56 +0000 Subject: Fix call-seq [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65591 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- re.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 're.c') diff --git a/re.c b/re.c index 394fc46129..ecb3c253cd 100644 --- a/re.c +++ b/re.c @@ -2037,7 +2037,7 @@ match_aref(int argc, VALUE *argv, VALUE match) /* * call-seq: * - * mtch.values_at([index]*) -> array + * mtch.values_at(index, ...) -> array * * Uses each index to access the matching values, returning an array of * the corresponding matches. -- cgit v1.2.3