From f2c9eac887cd192f30fcd8caf165e42787b5d5ae Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Thu, 16 Jan 2025 13:27:37 +0900 Subject: [PATCH] [DOC] Follow up link to heading changes The section "Special global variables" has changed: e021754db013ca9cd6dbd68b416425b32ee81490: Special Global Variables 2b4b513ef046c25c0a8d3d7b10a0566314b27099: Regexp Global Variables e50b7bf784b53ac126986dd7f9fd22ccc9b59c60: Regexp@Global+Variables --- re.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;