Skip to content

Commit e87d2ae

Browse files
authored
Fix method name separator
1 parent ec546c8 commit e87d2ae

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
@@ -971,7 +971,7 @@ strio_get_sync(VALUE self)
971971
*
972972
* With no block given, returns a new {Enumerator}[https://docs.ruby-lang.org/en/master/Enumerator.html].
973973
*
974-
* Related: StringIO.each_char, StringIO.each_codepoint, StringIO.each_line.
974+
* Related: StringIO#each_char, StringIO#each_codepoint, StringIO#each_line.
975975
*/
976976
static VALUE
977977
strio_each_byte(VALUE self)

0 commit comments

Comments
 (0)