diff options
| author | Burdette Lamar <BurdetteLamar@Yahoo.com> | 2025-11-04 18:08:36 -0600 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2025-11-05 00:09:02 +0000 |
| commit | be905b2e581540dc2c51a54aed537b19955b7bb0 (patch) | |
| tree | 12d200445f62381e06f8cd66bc01f70655c99970 | |
| parent | 00b5b3c5637ab26c806400cc7c679d7f9bbd1a2b (diff) | |
[ruby/stringio] [DOC] Tweaks for StringIO#flush
(https://github.com/ruby/stringio/pull/169)
https://github.com/ruby/stringio/commit/bef6541b55
| -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 6ad526c8e2..c5e64a5c0f 100644 --- a/ext/stringio/stringio.c +++ b/ext/stringio/stringio.c @@ -444,7 +444,7 @@ strio_nil(VALUE self) } /* - * Returns an object itself. Just for compatibility to IO. + * Returns +self+; for compatibility with IO. */ static VALUE strio_self(VALUE self) |
