mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[DOC] Remove extra period
This commit is contained in:
parent
a12e2f9aa5
commit
9b3115ff64
Notes:
git
2022-02-07 23:52:30 +09:00
1 changed files with 1 additions and 1 deletions
2
io.c
2
io.c
|
@ -9720,7 +9720,7 @@ static VALUE argf_readlines(int, VALUE *, VALUE);
|
|||
* With only string argument +sep+ given,
|
||||
* returns the remaining lines as determined by line separator +sep+,
|
||||
* or +nil+ if none;
|
||||
* see {Line Separator}[rdoc-ref:IO@Line+Separator].\:
|
||||
* see {Line Separator}[rdoc-ref:IO@Line+Separator]:
|
||||
*
|
||||
* # Default separator.
|
||||
* $ cat t.txt | ruby -e "p readlines"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue