summaryrefslogtreecommitdiff
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 e1f58b01d3..568fcf659c 100644
--- a/io.c
+++ b/io.c
@@ -9720,7 +9720,7 @@ static VALUE argf_readlines(int, VALUE *, VALUE);
* With only string argument +sep+ given,
* returns the remaining lines as determined by line separator +sep+,
* or +nil+ if none;
- * see {Line Separator}[rdoc-ref:IO@Line+Separator].\:
+ * see {Line Separator}[rdoc-ref:IO@Line+Separator]:
*
* # Default separator.
* $ cat t.txt | ruby -e "p readlines"