summaryrefslogtreecommitdiff
path: root/ext/stringio
diff options
context:
space:
mode:
authorBurdette Lamar <[email protected]>2023-09-22 09:16:58 -0500
committergit <[email protected]>2023-09-22 14:17:07 +0000
commit02022cef53895cf72181c70a306f5f54f752f069 (patch)
treedb9df1283cc6b7a2c411372cb1ed6c319a817e61 /ext/stringio
parenta5ae5f71fd56357104977952a29db1e70aa658ea (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.c2
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.
*/