Skip to content

Commit 4ba9c6f

Browse files
authored
Fix separator
1 parent d633d85 commit 4ba9c6f

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
@@ -1223,7 +1223,7 @@ strio_each_char(VALUE self)
12231223
*
12241224
* With no block given, returns a new {Enumerator}[https://docs.ruby-lang.org/en/master/Enumerator.html].
12251225
*
1226-
* Related: StringIO#each_byte, StringIO.each_char, StringIO.each_line.
1226+
* Related: StringIO#each_byte, StringIO#each_char, StringIO#each_line.
12271227
*/
12281228
static VALUE
12291229
strio_each_codepoint(VALUE self)

0 commit comments

Comments
 (0)