summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBurdette Lamar <BurdetteLamar@Yahoo.com>2025-12-06 17:21:38 -0600
committergit <svn-admin@ruby-lang.org>2025-12-06 23:22:04 +0000
commit33837abb81510d25088375bbfd74baba16ea2ed1 (patch)
tree6ce2cac03347d6183f52779abf35982fd206a491
parent82577ac09005cf949e125ebe9bb4561002768e5a (diff)
[ruby/stringio] [DOC] Tweaks for StringIO#pos=
(https://github.com/ruby/stringio/pull/194) https://github.com/ruby/stringio/commit/3cef1e0e5f
-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 69642f8139..56fb044a3a 100644
--- a/ext/stringio/stringio.c
+++ b/ext/stringio/stringio.c
@@ -848,7 +848,7 @@ strio_get_pos(VALUE self)
* pos = new_position -> new_position
*
* Sets the current position (in bytes);
- * see {Position}[rdoc-ref:IO@Position].
+ * see {Position}[rdoc-ref:StringIO@Position].
*/
static VALUE
strio_set_pos(VALUE self, VALUE pos)