Skip to content

Commit 33837ab

Browse files
BurdetteLamarmatzbot
authored andcommitted
[ruby/stringio] [DOC] Tweaks for StringIO#pos=
(ruby/stringio#194) ruby/stringio@3cef1e0e5f
1 parent 82577ac commit 33837ab

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
@@ -848,7 +848,7 @@ strio_get_pos(VALUE self)
848848
* pos = new_position -> new_position
849849
*
850850
* Sets the current position (in bytes);
851-
* see {Position}[rdoc-ref:IO@Position].
851+
* see {Position}[rdoc-ref:StringIO@Position].
852852
*/
853853
static VALUE
854854
strio_set_pos(VALUE self, VALUE pos)

0 commit comments

Comments
 (0)