Explorar el Código

Merge pull request #21841 from char0xff/fix-array

Fix mistake in Array.xml
Rémi Verschelde hace 7 años
padre
commit
0f6803ea77
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      doc/classes/Array.xml

+ 1 - 1
doc/classes/Array.xml

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