[DOC] Remove extra closing curly bracket

This commit is contained in:
Peter Zhu 2022-02-06 10:41:15 -05:00
parent a32e5e1b97
commit a12e2f9aa5
Notes: git 2022-02-07 23:52:31 +09:00

2
io.c
View File

@ -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"]