Skip to content

Commit e9ff283

Browse files
authored
Fix separator
1 parent 2a6e4a7 commit e9ff283

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
@@ -1199,7 +1199,7 @@ strio_readbyte(VALUE self)
11991199
*
12001200
* With no block given, returns a new {Enumerator}[https://docs.ruby-lang.org/en/master/Enumerator.html].
12011201
*
1202-
* Related: StringIO.each_byte, StringIO.each_codepoint, StringIO.each_line.
1202+
* Related: StringIO#each_byte, StringIO#each_codepoint, StringIO#each_line.
12031203
*/
12041204
static VALUE
12051205
strio_each_char(VALUE self)

0 commit comments

Comments
 (0)