From a12e2f9aa527b8e0b6d652679f400e120c6324d7 Mon Sep 17 00:00:00 2001 From: Peter Zhu Date: Sun, 6 Feb 2022 10:41:15 -0500 Subject: [PATCH] [DOC] Remove extra closing curly bracket --- io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]