aboutsummaryrefslogtreecommitdiffstats
path: root/io.c
diff options
context:
space:
mode:
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 75eadcf3fc..b67bcaf9c6 100644
--- a/io.c
+++ b/io.c
@@ -1176,7 +1176,7 @@ static void clear_readconv(rb_io_t *fptr);
* f.rewind #=> 0
* f.lineno #=> 0
* f.readline #=> "This is line one\n"
- *
+ *
* Note that it cannot be used with streams such as pipes, ttys, and sockets.
*/