Explorar o código

Merge pull request #39429 from Calinou/doc-dictionary-hash-order

Mention ordering caveats for `Dictionary.hash()`
Rémi Verschelde %!s(int64=5) %!d(string=hai) anos
pai
achega
60db9f906c
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      doc/classes/Dictionary.xml

+ 1 - 0
doc/classes/Dictionary.xml

@@ -148,6 +148,7 @@
 				# The line below prints `true`, whereas it would have printed `false` if both variables were compared directly.
 				print(dict1.hash() == dict2.hash())
 				[/codeblock]
+				[b]Note:[/b] Dictionaries with the same keys/values but in a different order will have a different hash.
 			</description>
 		</method>
 		<method name="keys">