[DOC] Follow up link to heading changes

The section "Special global variables" has changed:
e021754db0: Special Global Variables
2b4b513ef0: Regexp Global Variables
e50b7bf784: 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;