From c9bebec882b2cd5152f1a7de046781394fd2bc0b Mon Sep 17 00:00:00 2001 From: BurdetteLamar Date: Tue, 4 Nov 2025 18:20:30 +0000 Subject: [PATCH] [DOC] Tweaks for StringIO#fsync --- 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 874a3a1..986b644 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)