Clarify what a string being empty means
Should close https://github.com/godotengine/godot-docs/issues/2432
This commit is contained in:
parent
335faa10f8
commit
2643b8fa5e
|
@ -381,7 +381,7 @@
|
||||||
<return type="bool">
|
<return type="bool">
|
||||||
</return>
|
</return>
|
||||||
<description>
|
<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>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="ends_with">
|
<method name="ends_with">
|
||||||
|
|
Loading…
Reference in New Issue