[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
This commit is contained in:
Nobuyoshi Nakada 2025-01-16 13:27:37 +09:00
parent e65986c9bc
commit f2c9eac887
No known key found for this signature in database
GPG Key ID: 3582D74E1FEE4465
Notes: git 2025-01-16 06:28:26 +00:00

2
re.c
View File

@ -961,7 +961,7 @@ make_regexp(const char *s, long len, rb_encoding *enc, int flags, onig_errmsg_bu
* * <code>$'</code> is Regexp.last_match<code>.post_match</code>;
* * <code>$+</code> is Regexp.last_match<code>[ -1 ]</code> (the last capture).
*
* See also "Special global variables" section in Regexp documentation.
* See also Regexp@Global+Variables.
*/
VALUE rb_cMatch;