Skip to content

Commit

Permalink
Merge pull request #39778 from Meriipu/patch-1
Browse files Browse the repository at this point in the history
Clarify what a string being empty means
  • Loading branch information
akien-mga committed Jun 23, 2020
2 parents 335faa1 + 2643b8f commit 05395cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/classes/String.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit 05395cb

Please sign in to comment.