浏览代码

Improve the `Array.hash()` documentation

Co-authored-by: Laguzus <[email protected]>
(cherry picked from commit 435848192ea6e4fe1b6923ba3640711412bcd57d)
Hugo Locurcio 4 年之前
父节点
当前提交
1c9ee4baa2
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      doc/classes/Array.xml

+ 2 - 1
doc/classes/Array.xml

@@ -239,7 +239,8 @@
 			<return type="int">
 			</return>
 			<description>
-				Returns a hashed integer value representing the array contents.
+				Returns a hashed integer value representing the array and its contents.
+				[b]Note:[/b] Arrays with equal contents can still produce different hashes. Only the exact same arrays will produce the same hashed integer value.
 			</description>
 		</method>
 		<method name="insert">