From df5f8624ba00de18c7b96ac94fdbba07d33e4605 Mon Sep 17 00:00:00 2001 From: yui-knk Date: Thu, 5 May 2016 05:39:35 +0000 Subject: * string.c (rb_str_sub): Fix a special match variable name. [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54915 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- string.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'string.c') diff --git a/string.c b/string.c index 9ccf0933e2..a7502b4166 100644 --- a/string.c +++ b/string.c @@ -4647,7 +4647,7 @@ rb_str_sub_bang(int argc, VALUE *argv, VALUE str) * "\\k", where n is a group name. If it is a * double-quoted string, both back-references must be preceded by an * additional backslash. However, within +replacement+ the special match - * variables, such as &$, will not refer to the current match. + * variables, such as $&, will not refer to the current match. * If +replacement+ is a String that looks like a pattern's capture group but * is actually not a pattern capture group e.g. "\\'", then it * will have to be preceded by two backslashes like so "\\\\'". -- cgit v1.2.3