From aa6d0bc0bdeebd79788a6c8b32ba8be73392c5d6 Mon Sep 17 00:00:00 2001
From: ydah <13041216+ydah@users.noreply.github.com>
Date: Thu, 15 Feb 2024 15:51:40 +0900
Subject: [PATCH] s/ocurs/occurs/
---
doc/string/split.rdoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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+,