summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2020-09-21 18:43:49 +0200
committerGitHub <noreply@github.com>2020-09-21 18:43:49 +0200
commit17b047bd30c872f562e474febfc4aaa4efb8283e (patch)
tree6b7a23b569c89cf78c3b93973b7dd1510e554029 /doc
parentebf3bad571c56fff37bfbc697596dbe503ea5fab (diff)
parent603eddce861a36fd615f947223a6b36a838bdfe0 (diff)
Merge pull request #42227 from Calinou/doc-array-fix-typo
Fix a typo in the Array class documentation
Diffstat (limited to 'doc')
-rw-r--r--doc/classes/Array.xml2
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">