Merge pull request #21841 from char0xff/fix-array

Fix mistake in Array.xml
This commit is contained in:
Rémi Verschelde 2018-09-10 14:23:26 +02:00 committed by GitHub
commit 0f6803ea77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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">