Skip to content

Commit 3cef1e0

Browse files
[DOC] Tweaks for StringIO#pos= (#194)
1 parent 90728bb commit 3cef1e0

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)