Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/stringio/stringio.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]:

Expand Down Expand Up @@ -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
Expand Down
Loading