diff options
| author | Burdette Lamar <BurdetteLamar@Yahoo.com> | 2025-12-06 17:21:26 -0600 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2025-12-06 23:22:00 +0000 |
| commit | 82577ac09005cf949e125ebe9bb4561002768e5a (patch) | |
| tree | ca5a4461f618d2dfdb98e34979c98b1a2722dfd7 | |
| parent | c9fe3cba39fda954e532424c2c082da915320da9 (diff) | |
[ruby/stringio] [DOC] Tweaks for StringIO#pos
(https://github.com/ruby/stringio/pull/193)
https://github.com/ruby/stringio/commit/90728bbbca
| -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 c135603a28..69642f8139 100644 --- a/ext/stringio/stringio.c +++ b/ext/stringio/stringio.c @@ -835,7 +835,7 @@ strio_reopen(int argc, VALUE *argv, VALUE self) * pos -> stream_position * * Returns the current position (in bytes); - * see {Position}[rdoc-ref:IO@Position]. + * see {Position}[rdoc-ref:StringIO@Position]. */ static VALUE strio_get_pos(VALUE self) |
