Fix mistake in Array.xml

This commit is contained in:
VirtualBox 2018-09-07 18:40:06 +02:00
parent 8a8a5e6c07
commit cfb54df986
1 changed files with 1 additions and 1 deletions

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