From d2347bc4ec6ddc2bec978b25f2e3603efd2cf8b6 Mon Sep 17 00:00:00 2001 From: Meriipu Date: Tue, 23 Jun 2020 08:53:33 +0000 Subject: [PATCH] Clarify what a string being empty means Should close https://github.com/godotengine/godot-docs/issues/2432 (cherry picked from commit 2643b8fa5e4780f0fac35cfb7d1093b5b2a5e6f9) --- doc/classes/String.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/String.xml b/doc/classes/String.xml index ab331a47d5c..0b554ed4944 100644 --- a/doc/classes/String.xml +++ b/doc/classes/String.xml @@ -309,7 +309,7 @@ - Returns [code]true[/code] if the string is empty. + Returns [code]true[/code] if the length of the string equals [code]0[/code].