diff --git a/ext/stringio/stringio.c b/ext/stringio/stringio.c index e89a1d780c..1feb9231db 100644 --- a/ext/stringio/stringio.c +++ b/ext/stringio/stringio.c @@ -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. */