From 02022cef53895cf72181c70a306f5f54f752f069 Mon Sep 17 00:00:00 2001 From: Burdette Lamar Date: Fri, 22 Sep 2023 09:16:58 -0500 Subject: [ruby/stringio] [DOC] Fix link (https://github.com/ruby/stringio/pull/65) https://github.com/ruby/stringio/commit/e3ea087d04 --- ext/stringio/stringio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/stringio/stringio.c') 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. */ -- cgit v1.2.3