Skip to content

Commit e3ea087

Browse files
[DOC] Fix link (#65)
1 parent 0e95750 commit e3ea087

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/stringio/stringio.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ strio_to_read(VALUE self)
603603
* eof? -> true or false
604604
*
605605
* Returns +true+ if positioned at end-of-stream, +false+ otherwise;
606-
* see {Position}[rdoc-ref:File@Position].
606+
* see {Position}[rdoc-ref:IO@Position].
607607
*
608608
* Raises IOError if the stream is not opened for reading.
609609
*/

0 commit comments

Comments
 (0)