Merge pull request #21988 from KellyThomas/array-invert-2

Standardize documentation for the pool arrays' invert methods
This commit is contained in:
Rémi Verschelde 2018-09-12 10:42:32 +02:00 committed by GitHub
commit 03f6e36d71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 7 additions and 7 deletions

View File

@ -81,7 +81,7 @@
</method>
<method name="invert">
<description>
Reverse the order of the elements in the array (so first element will now be the last).
Reverse the order of the elements in the array.
</description>
</method>
<method name="push_back">

View File

@ -47,7 +47,7 @@
</method>
<method name="invert">
<description>
Reverse the order of the elements in the array (so first element will now be the last).
Reverse the order of the elements in the array.
</description>
</method>
<method name="push_back">

View File

@ -47,7 +47,7 @@
</method>
<method name="invert">
<description>
Reverse the order of the elements in the array (so first element will now be the last).
Reverse the order of the elements in the array.
</description>
</method>
<method name="push_back">

View File

@ -47,7 +47,7 @@
</method>
<method name="invert">
<description>
Reverse the order of the elements in the array (so first element will now be the last).
Reverse the order of the elements in the array.
</description>
</method>
<method name="push_back">

View File

@ -47,7 +47,7 @@
</method>
<method name="invert">
<description>
Reverse the order of the elements in the array (so first element will now be the last).
Reverse the order of the elements in the array.
</description>
</method>
<method name="join">

View File

@ -47,7 +47,7 @@
</method>
<method name="invert">
<description>
Reverse the order of the elements in the array (so first element will now be the last).
Reverse the order of the elements in the array.
</description>
</method>
<method name="push_back">

View File

@ -47,7 +47,7 @@
</method>
<method name="invert">
<description>
Reverse the order of the elements in the array (so first element will now be the last).
Reverse the order of the elements in the array.
</description>
</method>
<method name="push_back">