summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.
*
*/