summaryrefslogtreecommitdiff
path: root/file.c
diff options
context:
space:
mode:
authorBurdette Lamar <BurdetteLamar@Yahoo.com>2023-06-28 08:05:43 -0500
committerGitHub <noreply@github.com>2023-06-28 09:05:43 -0400
commit6528cf9fcf503706ec16d378b27469b0be51cbff (patch)
tree22a9a3518f42a42c48a3069bc5b19d6e7e9d94bf /file.c
parentbc3ac1872e4523334e3ed04c2bb70a55c4c43f98 (diff)
[DOC] Fixes for link fragments (#7981)
Notes
Notes: Merged-By: peterzhu2118 <peter@peterzhu.ca>
Diffstat (limited to 'file.c')
-rw-r--r--file.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/file.c b/file.c
index 5f59373a45..d9446e6dcf 100644
--- a/file.c
+++ b/file.c
@@ -7134,7 +7134,6 @@ const char ruby_null_device[] =
*
* Note that file permissions are quite different from the _mode_
* of a file stream (\File object).
- * See IO@Modes.
*
* In a \File object, the permissions are available thus,
* where method +mode+, despite its name, returns permissions:
@@ -7190,7 +7189,7 @@ const char ruby_null_device[] =
*
* - Inherits from {class IO}[rdoc-ref:IO@What-27s+Here],
* in particular, methods for creating, reading, and writing files
- * - Includes {module FileTest}[rdoc-ref:FileTest@What-27s+Here].
+ * - Includes module FileTest,
* which provides dozens of additional methods.
*
* Here, class \File provides methods that are useful for: