diff options
author | Burdette Lamar <[email protected]> | 2022-11-09 10:15:39 -0600 |
---|---|---|
committer | GitHub <[email protected]> | 2022-11-09 10:15:39 -0600 |
commit | 0e1e1b19804b7ea704ec43c4fb23082f7e74da3b (patch) | |
tree | 3492ff8f738d9df46c3e5583ddb8e2cef5a77915 /file.c | |
parent | 1dc4128e92ed6e7af8556abdfb657c135f4e13b7 (diff) |
[DOC] Enhanced RDoc for IO (#6669)
Notes
Notes:
Merged-By: BurdetteLamar <[email protected]>
Diffstat (limited to 'file.c')
-rw-r--r-- | file.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7147,7 +7147,7 @@ const char ruby_null_device[] = * strings read are converted from external to internal encoding, * and strings written are converted from internal to external encoding. * For further details about transcoding input and output, - * see {Encodings}[rdoc-ref:io_streams.rdoc@Encodings]. + * see {Encodings}[rdoc-ref:encodings.rdoc@Encodings]. * * If the external encoding is <tt>'BOM|UTF-8'</tt>, <tt>'BOM|UTF-16LE'</tt> * or <tt>'BOM|UTF16-BE'</tt>, |