From 22fcfc4e48d32d3ceaa276a6dfb6a6feeef81b4d Mon Sep 17 00:00:00 2001 From: BurdetteLamar Date: Tue, 4 Nov 2025 18:04:13 +0000 Subject: [PATCH] [DOC] Tweaks for StringIO#isatty --- ext/stringio/stringio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/stringio/stringio.c b/ext/stringio/stringio.c index 874a3a1b..0ac4bee9 100644 --- a/ext/stringio/stringio.c +++ b/ext/stringio/stringio.c @@ -424,7 +424,7 @@ strio_s_new(int argc, VALUE *argv, VALUE klass) } /* - * Returns +false+. Just for compatibility to IO. + * Returns +false+; for compatibility with IO. */ static VALUE strio_false(VALUE self)