aboutsummaryrefslogtreecommitdiffstats
path: root/io.c
diff options
context:
space:
mode:
authorHerwin <herwinw@herwinw.nl>2023-09-02 18:49:40 +0200
committerGitHub <noreply@github.com>2023-09-03 01:49:40 +0900
commitf867e936a98b320c4609d631d2f3046d463e7fc4 (patch)
tree6c9520d035d6770c9dce76992c87bf7a3b601486 /io.c
parent8cd62fbc174beae65d5670ea92611cc7a9c34d7d (diff)
downloadruby-f867e936a98b320c4609d631d2f3046d463e7fc4.tar.gz
[DOC] Fix layout in documentation of IO#fcntl
Diffstat (limited to 'io.c')
-rw-r--r--io.c2
1 files changed, 1 insertions, 1 deletions
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.)
*