summaryrefslogtreecommitdiff
path: root/file.c
diff options
context:
space:
mode:
authorBurdette Lamar <BurdetteLamar@Yahoo.com>2022-10-02 08:24:08 -0500
committerGitHub <noreply@github.com>2022-10-02 08:24:08 -0500
commitded895baa96cb9622fcd44d308fb48341565605b (patch)
tree5925adf7e6bd53340e5e94a873e76a66fc5499b3 /file.c
parent85fc822307ee95f351be79934e78c3b9d4102f8a (diff)
[DOC] RDoc changes for IO (#6458)
Moves Expect library doc into io.c. Changes certain links to local sections, now pointing to sections in doc/io_streams.rdoc. Removes local sections now superseded by sections in doc/io_streams.rdoc.
Notes
Notes: Merged-By: BurdetteLamar <BurdetteLamar@Yahoo.com>
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 709c33cca7..3051d8e017 100644
--- a/file.c
+++ b/file.c
@@ -6573,7 +6573,7 @@ const char ruby_null_device[] =
*
* :include: doc/examples/files.rdoc
*
- * == \File Access Modes
+ * == Access Modes
*
* \Methods File.new and File.open each create a \File object for a given file path.
*