From 2e216409dd562fb3c0d7727b1e7a12076da2814e Mon Sep 17 00:00:00 2001 From: BurdetteLamar Date: Wed, 22 Oct 2025 22:43:20 +0100 Subject: [PATCH] [DOC] Tweaks for StringIO#binmode --- 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 aaf008ad..cd5edd66 100644 --- a/ext/stringio/stringio.c +++ b/ext/stringio/stringio.c @@ -715,7 +715,7 @@ strio_set_lineno(VALUE self, VALUE lineno) * binmode -> self * * Sets the data mode in +self+ to binary mode; - * see {Data Mode}[rdoc-ref:File@Data+Mode]. + * see {Data Mode}[https://docs.ruby-lang.org/en/master/File.html#class-File-label-Data+Mode]. * */ static VALUE