summaryrefslogtreecommitdiff
path: root/doc/string
diff options
context:
space:
mode:
authorydah <[email protected]>2024-02-15 15:51:40 +0900
committerHiroshi SHIBATA <[email protected]>2024-02-15 17:01:02 +0900
commitaa6d0bc0bdeebd79788a6c8b32ba8be73392c5d6 (patch)
treeea364317b05650e91252857a9eae891d8887939d /doc/string
parent303852440a2cfd970ac1a56a56150ed41fbbef67 (diff)
s/ocurs/occurs/
Diffstat (limited to 'doc/string')
-rw-r--r--doc/string/split.rdoc2
1 files changed, 1 insertions, 1 deletions
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 <tt>$;</tt>:
(see below).
- If <tt>$;</tt> 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 <tt>' '</tt> and +limit+ is +nil+,