Skip to content

Commit f298beb

Browse files
BurdetteLamarmatzbot
authored andcommitted
[ruby/stringio] [DOC] Tweaks for StringIO#lineno
(ruby/stringio#191) ruby/stringio@f2a2a5a99e
1 parent 588347a commit f298beb

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
@@ -747,7 +747,7 @@ strio_copy(VALUE copy, VALUE orig)
747747
* lineno -> current_line_number
748748
*
749749
* Returns the current line number in +self+;
750-
* see {Line Number}[rdoc-ref:IO@Line+Number].
750+
* see {Line Number}[rdoc-ref:StringIO@Line+Number].
751751
*/
752752
static VALUE
753753
strio_get_lineno(VALUE self)

0 commit comments

Comments
 (0)