summaryrefslogtreecommitdiff
path: root/ext/stringio/stringio.c
diff options
context:
space:
mode:
authorBurdette Lamar <BurdetteLamar@Yahoo.com>2025-11-04 18:04:54 -0600
committergit <svn-admin@ruby-lang.org>2025-11-05 00:05:17 +0000
commite22d9abad3da623e376a067f98ea62a94ff00887 (patch)
treecf2f4b3dc35aba1fcee5863808f4a9a25ea03cd9 /ext/stringio/stringio.c
parent9c0f2729c07d553f613d6a65144bb4ce0376e948 (diff)
[ruby/stringio] [DOC] Tweaks for StringIO#fileno
(https://github.com/ruby/stringio/pull/168) https://github.com/ruby/stringio/commit/9f10c7ae86
Diffstat (limited to 'ext/stringio/stringio.c')
-rw-r--r--ext/stringio/stringio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/stringio/stringio.c b/ext/stringio/stringio.c
index f61815c657..f6a639046f 100644
--- a/ext/stringio/stringio.c
+++ b/ext/stringio/stringio.c
@@ -434,7 +434,7 @@ strio_false(VALUE self)
}
/*
- * Returns +nil+. Just for compatibility to IO.
+ * Returns +nil+; for compatibility with IO.
*/
static VALUE
strio_nil(VALUE self)