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:
stomar 2017-10-29 21:43:36 +00:00
parent cd63bec1ed
commit 51b0230a9b

View File

@ -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 * supplied, the string is split into paragraphs delimited by
* multiple successive newlines. * 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. * If no block is given, an enumerator is returned instead.
* *