aboutsummaryrefslogtreecommitdiffstats
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 069b4fb1d2..fde0ac94d5 100644
--- a/io.c
+++ b/io.c
@@ -10063,8 +10063,8 @@ argf_write(VALUE argf, VALUE str)
*/
/*
-* Document-class: EOFError
-*
+ * Document-class: EOFError
+ *
* Raised by some IO operations when reaching the end of file. Many IO
* methods exist in two forms,
*