diff options
| author | Burdette Lamar <BurdetteLamar@Yahoo.com> | 2025-11-04 18:05:06 -0600 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2025-11-05 00:05:33 +0000 |
| commit | d5acffba82a2a79a83e0e5dbfa2036f06d497245 (patch) | |
| tree | 3264803ab7b23d4595d8b46963e45a532c84e5eb | |
| parent | e22d9abad3da623e376a067f98ea62a94ff00887 (diff) | |
[ruby/stringio] [DOC] Tweaks for StringIO#fsync
(https://github.com/ruby/stringio/pull/170)
https://github.com/ruby/stringio/commit/da338d7e5d
| -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 f6a639046f..ffe2ef205f 100644 --- a/ext/stringio/stringio.c +++ b/ext/stringio/stringio.c @@ -454,7 +454,7 @@ strio_self(VALUE self) } /* - * Returns 0. Just for compatibility to IO. + * Returns 0; for compatibility with IO. */ static VALUE strio_0(VALUE self) |
