From f867e936a98b320c4609d631d2f3046d463e7fc4 Mon Sep 17 00:00:00 2001 From: Herwin Date: Sat, 2 Sep 2023 18:49:40 +0200 Subject: [PATCH] [DOC] Fix layout in documentation of IO#fcntl --- io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/io.c b/io.c index 433ec75b27..f0432142d3 100644 --- a/io.c +++ b/io.c @@ -11372,7 +11372,7 @@ rb_fcntl(VALUE io, VALUE req, VALUE arg) * a file-oriented I/O stream. Arguments and results are platform * dependent. * - * If +argument is a number, its value is passed directly; + * If +argument+ is a number, its value is passed directly; * if it is a string, it is interpreted as a binary sequence of bytes. * (Array#pack might be a useful way to build this string.) *