Clarify what a string being empty means

Should close https://github.com/godotengine/godot-docs/issues/2432

(cherry picked from commit 2643b8fa5e)
This commit is contained in:
Meriipu
2020-06-24 22:52:05 +02:00
committed by Rémi Verschelde
parent 5be4e10f4e
commit d2347bc4ec
+1 -1
View File
@@ -309,7 +309,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">