Skip to content

Commit

Permalink
[DOC] Fix link (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
BurdetteLamar committed Sep 22, 2023
1 parent 0e95750 commit e3ea087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/stringio/stringio.c
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ strio_to_read(VALUE self)
* eof? -> true or false
*
* Returns +true+ if positioned at end-of-stream, +false+ otherwise;
* see {Position}[rdoc-ref:File@Position].
* see {Position}[rdoc-ref:IO@Position].
*
* Raises IOError if the stream is not opened for reading.
*/
Expand Down

0 comments on commit e3ea087

Please sign in to comment.