diff options
author | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2020-09-21 17:03:14 +0200 |
---|---|---|
committer | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2020-09-21 17:03:14 +0200 |
commit | 603eddce861a36fd615f947223a6b36a838bdfe0 (patch) | |
tree | 4dd2573adf78e2be08d1f4299e07eedfffef534e | |
parent | 80399781100796ea62184a2a908fc7fe23b27303 (diff) |
Fix a typo in the Array class documentation
This closes https://github.com/godotengine/godot-docs/issues/4049.
-rw-r--r-- | doc/classes/Array.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Array.xml b/doc/classes/Array.xml index 20579e0159..8bbb0817ea 100644 --- a/doc/classes/Array.xml +++ b/doc/classes/Array.xml @@ -292,7 +292,7 @@ <return type="Variant"> </return> <description> - 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. </description> </method> <method name="push_back"> |