mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
string.c: improve docs
* string.c: [DOC] fix rdoc for cross reference; fix grammar. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60574 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
cd63bec1ed
commit
51b0230a9b
1 changed files with 1 additions and 1 deletions
2
string.c
2
string.c
|
@ -7796,7 +7796,7 @@ rb_str_enumerate_lines(int argc, VALUE *argv, VALUE str, VALUE ary)
|
|||
* supplied, the string is split into paragraphs delimited by
|
||||
* multiple successive newlines.
|
||||
*
|
||||
* See <code>IO.readlines</code> for detail about getline_args.
|
||||
* See IO.readlines for details about getline_args.
|
||||
*
|
||||
* If no block is given, an enumerator is returned instead.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue