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 d633d85 commit 4ba9c6fCopy full SHA for 4ba9c6f
ext/stringio/stringio.c
@@ -1223,7 +1223,7 @@ strio_each_char(VALUE self)
1223
*
1224
* With no block given, returns a new {Enumerator}[https://docs.ruby-lang.org/en/master/Enumerator.html].
1225
1226
- * Related: StringIO#each_byte, StringIO.each_char, StringIO.each_line.
+ * Related: StringIO#each_byte, StringIO#each_char, StringIO#each_line.
1227
*/
1228
static VALUE
1229
strio_each_codepoint(VALUE self)
0 commit comments