Fix mistake in Array.xml

(cherry picked from commit cfb54df986)
This commit is contained in:
VirtualBox 2018-09-07 18:40:06 +02:00 committed by Rémi Verschelde
parent 2fad317498
commit 4afb9fcf1c
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,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="pop_back"> <method name="pop_back">