2
0
Эх сурвалжийг харах

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

Standardize documentation for the pool arrays' invert methods
Rémi Verschelde 7 жил өмнө
parent
commit
03f6e36d71

+ 1 - 1
doc/classes/PoolByteArray.xml

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

+ 1 - 1
doc/classes/PoolColorArray.xml

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

+ 1 - 1
doc/classes/PoolIntArray.xml

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

+ 1 - 1
doc/classes/PoolRealArray.xml

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

+ 1 - 1
doc/classes/PoolStringArray.xml

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

+ 1 - 1
doc/classes/PoolVector2Array.xml

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

+ 1 - 1
doc/classes/PoolVector3Array.xml

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