diff options
| author | Burdette Lamar <BurdetteLamar@Yahoo.com> | 2025-11-04 18:04:54 -0600 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2025-11-05 00:05:17 +0000 |
| commit | e22d9abad3da623e376a067f98ea62a94ff00887 (patch) | |
| tree | cf2f4b3dc35aba1fcee5863808f4a9a25ea03cd9 | |
| parent | 9c0f2729c07d553f613d6a65144bb4ce0376e948 (diff) | |
[ruby/stringio] [DOC] Tweaks for StringIO#fileno
(https://github.com/ruby/stringio/pull/168)
https://github.com/ruby/stringio/commit/9f10c7ae86
| -rw-r--r-- | ext/stringio/stringio.c | 2 |
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) |
