diff options
author | Peter Zhu <[email protected]> | 2022-07-14 16:37:47 -0400 |
---|---|---|
committer | Peter Zhu <[email protected]> | 2022-07-14 16:37:47 -0400 |
commit | c8748942f1f94cd1e06ed778f2ac7e2b0ab7728c (patch) | |
tree | 36fd7c1404edde7d3d8d5a140a4794b18202311a /io.c | |
parent | 4813443837d76e27eb293f1928bda7a47b9e8f3f (diff) |
[DOC] Fix typo in documentation for IO#readlines
Diffstat (limited to 'io.c')
-rw-r--r-- | io.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4207,7 +4207,7 @@ static VALUE io_readlines(const struct getline_arg *arg, VALUE io); * * With only integer argument +limit+ given, * limits the number of bytes in each line; - * see {Line Limit}}[rdoc-ref:IO@Line+Limit]: + * see {Line Limit}[rdoc-ref:IO@Line+Limit]: * * f = File.new('t.txt') * f.readlines(8) |