summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2020-06-23 11:36:29 +0200
committerGitHub <noreply@github.com>2020-06-23 11:36:29 +0200
commit05395cb14fa0fbd270f6d8c63bcb7b80f45f4dfe (patch)
treea31837c30b4410fce580f68a3261c759bc9e46e2
parent335faa10f8c579ada6868cf0cafbd2e17b071c83 (diff)
parent2643b8fa5e4780f0fac35cfb7d1093b5b2a5e6f9 (diff)
Merge pull request #39778 from Meriipu/patch-1
Clarify what a string being empty means
-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">