summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2018-09-10 14:23:26 +0200
committerGitHub <noreply@github.com>2018-09-10 14:23:26 +0200
commit0f6803ea779d46daeedcefa18d9d257fd661a86b (patch)
tree24a92c2b3f6d415cdd52f1d7640d617f33c57cc8
parent8a8a5e6c078070569c44eb8ec3b52c234b8fb8ce (diff)
parentcfb54df9869d2cdf1785fa1b1f042879410da3d8 (diff)
Merge pull request #21841 from char0xff/fix-array
Fix mistake in Array.xml
-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 7097fd8bf0..3bd621799a 100644
--- a/doc/classes/Array.xml
+++ b/doc/classes/Array.xml
@@ -221,7 +221,7 @@
</method>
<method name="invert">
<description>
- Reverse the order of the elements in the array (so first element will now be the last) and return reference to the array.
+ Reverse the order of the elements in the array.
</description>
</method>
<method name="max">