diff --git a/doc/classes/String.xml b/doc/classes/String.xml
index ac571e20bb2..ca8d1d5255f 100644
--- a/doc/classes/String.xml
+++ b/doc/classes/String.xml
@@ -290,7 +290,7 @@
- Splits the string using a [param delimiter] and returns the substring at index [param slice]. Returns an empty string if the [param slice] does not exist.
+ Splits the string using a [param delimiter] and returns the substring at index [param slice]. Returns the original string if [param delimiter] does not occur in the string. Returns an empty string if the [param slice] does not exist.
This is faster than [method split], if you only need one substring.
[b]Example:[/b]
[codeblock]