summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/classes/String.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/String.xml b/doc/classes/String.xml
index 24d92b822a..6d9def7ccb 100644
--- a/doc/classes/String.xml
+++ b/doc/classes/String.xml
@@ -381,7 +381,7 @@
<return type="bool">
</return>
<description>
- Returns [code]true[/code] if the string is empty.
+ Returns [code]true[/code] if the length of the string equals [code]0[/code].
</description>
</method>
<method name="ends_with">