diff options
author | Peter Zhu <[email protected]> | 2022-02-05 14:25:22 -0500 |
---|---|---|
committer | Peter Zhu <[email protected]> | 2022-02-07 09:52:06 -0500 |
commit | ecd469fad00611a947aecc6e1e914682d1eec65c () | |
tree | b708d1771e74d368332bf3cead2f057e779cdda3 /file.c | |
parent | 981a75db910cd5cfd5ee527a25bdd762918077e3 (diff) |
[DOC] Fix links in documentation for File and IO
Fixes some typos and dead links.
Notes: Merged: https://.com/ruby/ruby/pull/5530
-rw-r--r-- | file.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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}[#class-IO-label-Modes]. * * In a \File object, the permissions are available thus, * where method +mode+, despite its name, returns permissions: |