diff options
Diffstat (limited to 'file.c')
-rw-r--r-- | file.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7707,7 +7707,7 @@ Init_File(void) * Flag File::FNM_EXTGLOB enables pattern <tt>'{_a_,_b_}'</tt>, * which matches pattern '_a_' and pattern '_b_'; * behaves like - * a {regexp union}[https://docs.ruby-lang.org/en/master/Regexp.html#method-c-union] + * a {regexp union}[rdoc-ref:Regexp.union] * (e.g., <tt>'(?:_a_|_b_)'</tt>): * * pattern = '{LEGAL,BSDL}' |