summaryrefslogtreecommitdiff
path: root/io.c
diff options
context:
space:
mode:
authorPeter Zhu <peter@peterzhu.ca>2022-02-06 10:41:15 -0500
committerPeter Zhu <peter@peterzhu.ca>2022-02-07 09:52:06 -0500
commita12e2f9aa527b8e0b6d652679f400e120c6324d7 (patch)
treeda5c7c94b09d88ff311476244cedbaea558223fe /io.c
parenta32e5e1b970298590200c2a63e5d4bacce4355ac (diff)
downloadruby-a12e2f9aa527b8e0b6d652679f400e120c6324d7.tar.gz
[DOC] Remove extra closing curly bracket
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 1eb912c023..e1f58b01d3 100644
--- a/io.c
+++ b/io.c
@@ -9740,7 +9740,7 @@ static VALUE argf_readlines(int, VALUE *, VALUE);
*
* With only integer argument +limit+ given,
* limits the number of bytes in the line;
- * see {Line Limit}}[rdoc-ref:IO@Line+Limit]:
+ * see {Line Limit}[rdoc-ref:IO@Line+Limit]:
*
* $cat t.txt | ruby -e "p readlines 10"
* ["First line", "\n", "Second lin", "e\n", "\n", "Fourth lin", "e\n", "Fifth line", "\n"]