Skip to content

Commit 90728bb

Browse files
[DOC] Tweaks for StringIO#pos (#193)
1 parent 8b1ee03 commit 90728bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/stringio/stringio.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -835,7 +835,7 @@ strio_reopen(int argc, VALUE *argv, VALUE self)
835835
* pos -> stream_position
836836
*
837837
* Returns the current position (in bytes);
838-
* see {Position}[rdoc-ref:IO@Position].
838+
* see {Position}[rdoc-ref:StringIO@Position].
839839
*/
840840
static VALUE
841841
strio_get_pos(VALUE self)

0 commit comments

Comments
 (0)