mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[DOC] Fix typo in documentation for IO#readlines
This commit is contained in:
parent
4813443837
commit
c8748942f1
1 changed files with 1 additions and 1 deletions
2
io.c
2
io.c
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue