string.c: [DOC] fix typo

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63160 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
stomar 2018-04-14 16:50:42 +00:00
parent 5b4a5c6602
commit 5e99863393

View File

@ -7682,7 +7682,7 @@ split_string(VALUE result, VALUE str, long beg, long len, long empty_count)
*
* "".split(',', -1) #=> []
*
* If a block is given, invoke the block with each split substrings.
* If a block is given, invoke the block with each split substring.
*
*/