summaryrefslogtreecommitdiff
path: root/io.c
diff options
context:
space:
mode:
Diffstat (limited to 'io.c')
-rw-r--r--io.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/io.c b/io.c
index 031a92bf82..362beb192b 100644
--- a/io.c
+++ b/io.c
@@ -6316,9 +6316,9 @@ rb_io_stdio_file(rb_io_t *fptr)
* :encoding ::
* specifies external and internal encodings as "extern:intern".
* :textmode ::
- * If the value is truth value, same as "b" in argument <code>mode</code>.
- * :binmode ::
* If the value is truth value, same as "t" in argument <code>mode</code>.
+ * :binmode ::
+ * If the value is truth value, same as "b" in argument <code>mode</code>.
* :autoclose ::
* If the value is +false+, the _fd_ will be kept open after this
* +IO+ instance gets finalized.