[DOC] Remove extra closing curly bracket
This commit is contained in:
parent
a32e5e1b97
commit
a12e2f9aa5
Notes:
git
2022-02-07 23:52:31 +09:00
2
io.c
2
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"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user