From 2643b8fa5e4780f0fac35cfb7d1093b5b2a5e6f9 Mon Sep 17 00:00:00 2001 From: Meriipu Date: Tue, 23 Jun 2020 08:53:33 +0000 Subject: Clarify what a string being empty means Should close https://github.com/godotengine/godot-docs/issues/2432 --- 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 24d92b822a..6d9def7ccb 100644 --- a/doc/classes/String.xml +++ b/doc/classes/String.xml @@ -381,7 +381,7 @@ - Returns [code]true[/code] if the string is empty. + Returns [code]true[/code] if the length of the string equals [code]0[/code]. -- cgit v1.2.3