summaryrefslogtreecommitdiff
path: root/io.c
diff options
context:
space:
mode:
authorPeter Zhu <peter@peterzhu.ca>2022-02-06 10:41:26 -0500
committerPeter Zhu <peter@peterzhu.ca>2022-02-07 09:52:06 -0500
commit9b3115ff643e2c3d30f12f7f7a80a07c686e23d2 (patch)
tree198f3cf690f20844c7a124e3ed116322191e9ff7 /io.c
parenta12e2f9aa527b8e0b6d652679f400e120c6324d7 (diff)
downloadruby-9b3115ff643e2c3d30f12f7f7a80a07c686e23d2.tar.gz
[DOC] Remove extra period
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"