diff --git a/doc/string/split.rdoc b/doc/string/split.rdoc index 2b5e14ddb6..5ab065093b 100644 --- a/doc/string/split.rdoc +++ b/doc/string/split.rdoc @@ -9,7 +9,7 @@ When +field_sep+ is $;: (see below). - If $; is a string, - the split ocurs just as if +field_sep+ were given as that string + the split occurs just as if +field_sep+ were given as that string (see below). When +field_sep+ is ' ' and +limit+ is +nil+,