diff --git a/re.c b/re.c index 997837ec00..dc0e0e6432 100644 --- a/re.c +++ b/re.c @@ -961,7 +961,7 @@ make_regexp(const char *s, long len, rb_encoding *enc, int flags, onig_errmsg_bu * * $' is Regexp.last_match.post_match; * * $+ is Regexp.last_match[ -1 ] (the last capture). * - * See also "Special global variables" section in Regexp documentation. + * See also Regexp@Global+Variables. */ VALUE rb_cMatch;