diff options
author | Peter Zhu <[email protected]> | 2022-02-06 10:41:15 -0500 |
---|---|---|
committer | Peter Zhu <[email protected]> | 2022-02-07 09:52:06 -0500 |
commit | a12e2f9aa527b8e0b6d652679f400e120c6324d7 (patch) | |
tree | da5c7c94b09d88ff311476244cedbaea558223fe /io.c | |
parent | a32e5e1b970298590200c2a63e5d4bacce4355ac (diff) |
[DOC] Remove extra closing curly bracket
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/5530
Diffstat (limited to 'io.c')
-rw-r--r-- | io.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"] |