diff options
author | Peter Zhu <[email protected]> | 2022-02-06 10:41:26 -0500 |
---|---|---|
committer | Peter Zhu <[email protected]> | 2022-02-07 09:52:06 -0500 |
commit | 9b3115ff643e2c3d30f12f7f7a80a07c686e23d2 (patch) | |
tree | 198f3cf690f20844c7a124e3ed116322191e9ff7 /io.c | |
parent | a12e2f9aa527b8e0b6d652679f400e120c6324d7 (diff) |
[DOC] Remove extra period
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
@@ -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" |