[DOC] Remove extra period

This commit is contained in:
Peter Zhu 2022-02-06 10:41:26 -05:00
parent a12e2f9aa5
commit 9b3115ff64
Notes: git 2022-02-07 23:52:30 +09:00

2
io.c
View File

@ -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"