[DOC] Fix the default limit of String#split
limit
We can't pass nil as the second parameter of String#split. Therefore, descriptions like "if limit is nil, ..." are not appropriate.
nil
String#split
[DOC] Fix the default
limit
of String#splitWe can't pass
nil
as the second parameter ofString#split
.Therefore, descriptions like "if limit is nil, ..." are not appropriate.