From e07ac3d77eeedb1dc0c5ee30bed989e0ae266fdf Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Mon, 21 Sep 2020 17:03:14 +0200 Subject: [PATCH] Fix a typo in the Array class documentation This closes https://github.com/godotengine/godot-docs/issues/4049. (cherry picked from commit 603eddce861a36fd615f947223a6b36a838bdfe0) --- doc/classes/Array.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/Array.xml b/doc/classes/Array.xml index 2366b4e2be8..d0ea8d483f9 100644 --- a/doc/classes/Array.xml +++ b/doc/classes/Array.xml @@ -264,7 +264,7 @@ - Removes and returns the first element of the array. Returns [code]null[/code] if the array is empty, wwithout printing an error message. + Removes and returns the first element of the array. Returns [code]null[/code] if the array is empty, without printing an error message.