Merge pull request #39778 from Meriipu/patch-1

Clarify what a string being empty means
This commit is contained in:
Rémi Verschelde 2020-06-23 11:36:29 +02:00 committed by GitHub
commit 05395cb14f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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">