瀏覽代碼

Improve the `Array.hash()` documentation

Co-authored-by: Laguzus <[email protected]>
Hugo Locurcio 4 年之前
父節點
當前提交
435848192e
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      doc/classes/Array.xml

+ 2 - 1
doc/classes/Array.xml

@@ -318,7 +318,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">