ruby-changes:71107
From: Peter <ko1@a...>
Date: Mon, 7 Feb 2022 23:52:24 +0900 (JST)
Subject: [ruby-changes:71107] a12e2f9aa5 (master): [DOC] Remove extra closing curly bracket
https://git.ruby-lang.org/ruby.git/commit/?id=a12e2f9aa5 From a12e2f9aa527b8e0b6d652679f400e120c6324d7 Mon Sep 17 00:00:00 2001 From: Peter Zhu <peter@p...> Date: Sun, 6 Feb 2022 10:41:15 -0500 Subject: [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); https://github.com/ruby/ruby/blob/trunk/io.c#L9740 * * 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"] -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/