浏览代码

Merge pull request #21841 from char0xff/fix-array

Fix mistake in Array.xml
Rémi Verschelde 7 年之前
父节点
当前提交
0f6803ea77
共有 1 个文件被更改,包括 1 次插入1 次删除
  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">