diff options
author | Burdette Lamar <[email protected]> | 2023-09-22 09:16:58 -0500 |
---|---|---|
committer | git <[email protected]> | 2023-09-22 14:17:07 +0000 |
commit | 02022cef53895cf72181c70a306f5f54f752f069 (patch) | |
tree | db9df1283cc6b7a2c411372cb1ed6c319a817e61 /ext/stringio | |
parent | a5ae5f71fd56357104977952a29db1e70aa658ea (diff) |
[ruby/stringio] [DOC] Fix link
(https://github.com/ruby/stringio/pull/65)
https://github.com/ruby/stringio/commit/e3ea087d04
Diffstat (limited to 'ext/stringio')
-rw-r--r-- | ext/stringio/stringio.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |