We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67b5d88 commit d026549Copy full SHA for d026549
ext/stringio/stringio.c
@@ -883,9 +883,9 @@ strio_rewind(VALUE self)
883
* call-seq:
884
* seek(offset, whence = SEEK_SET) -> 0
885
*
886
- * Sets the current position to the given integer +offset+ (in bytes),
+ * Sets the position to the given integer +offset+ (in bytes),
887
* with respect to a given constant +whence+;
888
- * see {Position}[rdoc-ref:IO@Position].
+ * see {IO#seek}[https://docs.ruby-lang.org/en/master/IO.html#method-i-seek].
889
*/
890
static VALUE
891
strio_seek(int argc, VALUE *argv, VALUE self)
0 commit comments