Skip to content

Commit bef6541

Browse files
[DOC] Tweaks for StringIO#flush (#169)
1 parent 94303ac commit bef6541

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
@@ -444,7 +444,7 @@ strio_nil(VALUE self)
444444
}
445445

446446
/*
447-
* Returns an object itself. Just for compatibility to IO.
447+
* Returns +self+; for compatibility with IO.
448448
*/
449449
static VALUE
450450
strio_self(VALUE self)

0 commit comments

Comments
 (0)