mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00:00
[ruby/stringio] [DOC] Fix link
https://github.com/ruby/stringio/commit/e2d24ae8d7
This commit is contained in:
parent
842f91aec0
commit
668fe01182
@ -324,7 +324,7 @@ a binary stream may not be changed to text.
|
||||
|
||||
### Encodings
|
||||
|
||||
A stream has an encoding; see the [encodings document][encodings document].
|
||||
A stream has an encoding; see [Encodings][encodings document].
|
||||
|
||||
The initial encoding for a new or re-opened stream depends on its [data mode][data mode]:
|
||||
|
||||
@ -683,7 +683,7 @@ Reading:
|
||||
- #each_codepoint: reads each remaining codepoint, passing it to the block.
|
||||
|
||||
[bom]: https://en.wikipedia.org/wiki/Byte_order_mark
|
||||
[encodings document]: https://docs.ruby-lang.org/en/master/encodings_rdoc.html
|
||||
[encodings document]: https://docs.ruby-lang.org/en/master/language/encodings_rdoc.html
|
||||
[io class]: https://docs.ruby-lang.org/en/master/IO.html
|
||||
[kernel#puts]: https://docs.ruby-lang.org/en/master/Kernel.html#method-i-puts
|
||||
[kernel#readline]: https://docs.ruby-lang.org/en/master/Kernel.html#method-i-readline
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user