diff options
author | Meriipu <Meriipu@users.noreply.github.com> | 2020-06-23 08:53:33 +0000 |
---|---|---|
committer | Meriipu <Meriipu@users.noreply.github.com> | 2020-06-23 11:13:12 +0200 |
commit | 2643b8fa5e4780f0fac35cfb7d1093b5b2a5e6f9 (patch) | |
tree | a31837c30b4410fce580f68a3261c759bc9e46e2 | |
parent | 335faa10f8c579ada6868cf0cafbd2e17b071c83 (diff) |
Clarify what a string being empty means
Should close https://github.com/godotengine/godot-docs/issues/2432
-rw-r--r-- | doc/classes/String.xml | 2 |
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"> |