diff options
author | Burdette Lamar <[email protected]> | 2023-08-31 09:27:10 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2023-08-31 10:27:10 -0400 |
commit | b8e782c1b5d0c13c97160d1bae5bdc95c0fca1f8 (patch) | |
tree | ebe3e332c6cbce4418a162c09b504987c358992f | |
parent | 8804a70387bbff1f1497feef0fa1cfa37df1845b (diff) |
[DOC] Link fix (#8340)
Notes
Notes:
Merged-By: peterzhu2118 <[email protected]>
-rw-r--r-- | file.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7436,7 +7436,7 @@ Init_File(void) * There are two families of constants here: * * - Those having to do with {file access}[rdoc-ref:File::Constants@File+Access]. - * - Those having to do with {file globbing}[rdoc-ref:File::Constants@File+Globbing]. + * - Those having to do with {filename globbing}[rdoc-ref:File::Constants@Filename+Globbing+Constants+-28File-3A-3AFNM_-2A-29]. * * \File constants defined for the local process may be retrieved * with method File::Constants.constants: |