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 2a6e4a7 commit e9ff283Copy full SHA for e9ff283
ext/stringio/stringio.c
@@ -1199,7 +1199,7 @@ strio_readbyte(VALUE self)
1199
*
1200
* With no block given, returns a new {Enumerator}[https://docs.ruby-lang.org/en/master/Enumerator.html].
1201
1202
- * Related: StringIO.each_byte, StringIO.each_codepoint, StringIO.each_line.
+ * Related: StringIO#each_byte, StringIO#each_codepoint, StringIO#each_line.
1203
*/
1204
static VALUE
1205
strio_each_char(VALUE self)
0 commit comments