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:
parent
5b4a5c6602
commit
5e99863393
2
string.c
2
string.c
@ -7682,7 +7682,7 @@ split_string(VALUE result, VALUE str, long beg, long len, long empty_count)
|
|||||||
*
|
*
|
||||||
* "".split(',', -1) #=> []
|
* "".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.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user