summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstomar <stomar@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-04-14 16:50:42 +0000
committerstomar <stomar@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-04-14 16:50:42 +0000
commit5e998633938459c124e92d3bfe266ddf19a2beeb (patch)
treeddcc30ca1e091d9979f0e84b23d1afa593b0299b
parent5b4a5c6602037e1a23d198b9dfddec7a11be3920 (diff)
string.c: [DOC] fix typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63160 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--string.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/string.c b/string.c
index ca5bf58b7a..25323ce313 100644
--- a/string.c
+++ b/string.c
@@ -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.
*
*/