Skip to content

Commit f6f244a

Browse files
BurdetteLamarjacob-shops
authored andcommitted
[ruby/stringio] [DOC] Tweaks for StringIO#isatty
(ruby/stringio#167) ruby/stringio@94303ace95
1 parent e45028a commit f6f244a

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
@@ -424,7 +424,7 @@ strio_s_new(int argc, VALUE *argv, VALUE klass)
424424
}
425425

426426
/*
427-
* Returns +false+. Just for compatibility to IO.
427+
* Returns +false+; for compatibility with IO.
428428
*/
429429
static VALUE
430430
strio_false(VALUE self)

0 commit comments

Comments
 (0)