summaryrefslogtreecommitdiff
path: root/file.c
diff options
context:
space:
mode:
authorPeter Zhu <peter@peterzhu.ca>2022-02-07 09:02:49 -0500
committerPeter Zhu <peter@peterzhu.ca>2022-02-07 09:52:06 -0500
commitf53f49197f8f785d372847b537d3607a2c71c70d (patch)
tree9abd89dce0d143aa4316cb2d0ceb16b963a0727c /file.c
parent9b3115ff643e2c3d30f12f7f7a80a07c686e23d2 (diff)
downloadruby-f53f49197f8f785d372847b537d3607a2c71c70d.tar.gz
[DOC] Replace with IO@Modes
Diffstat (limited to 'file.c')
-rw-r--r--file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/file.c b/file.c
index 2cd011375a..990ae4fc64 100644
--- a/file.c
+++ b/file.c
@@ -6523,7 +6523,7 @@ const char ruby_null_device[] =
*
* Note that file permissions are quite different from the _mode_
* of a file stream (\File object).
- * See {IO Modes}[rdoc-ref:IO@Modes].
+ * See IO@Modes.
*
* In a \File object, the permissions are available thus,
* where method +mode+, despite its name, returns permissions: