Fix mistake in Array.xml
This commit is contained in:
parent
8a8a5e6c07
commit
cfb54df986
|
@ -221,7 +221,7 @@
|
||||||
</method>
|
</method>
|
||||||
<method name="invert">
|
<method name="invert">
|
||||||
<description>
|
<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>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="max">
|
<method name="max">
|
||||||
|
|
Loading…
Reference in New Issue