summaryrefslogtreecommitdiff
path: root/file.c
diff options
context:
space:
mode:
authorAlan Wu <XrXr@users.noreply.github.com>2022-12-09 21:56:02 -0500
committerGitHub <noreply@github.com>2022-12-09 21:56:02 -0500
commit5404e2fd31736af3a7477f3ec67d3f07276485d6 (patch)
tree60611151a5c217fe1fb2f010f46114c0ddf4414c /file.c
parent22d391dc637dd756fdcdfc0ece4a71753b5b2ddb (diff)
[DOC] Fix false link to ::Data
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 705bb5ce62..3a8439ef07 100644
--- a/file.c
+++ b/file.c
@@ -7074,7 +7074,7 @@ const char ruby_null_device[] =
*
* === \Data Mode Specified as an \Integer
*
- * Data mode cannot be specified as an integer.
+ * \Data mode cannot be specified as an integer.
* When the stream access mode is given as an integer,
* the data mode is always text, never binary.
*