Merge pull request #112708 from davismit54/master
Fix typo in `Array` docs
This commit is contained in:
@ -498,7 +498,7 @@
|
|||||||
<return type="int" />
|
<return type="int" />
|
||||||
<description>
|
<description>
|
||||||
Returns a hashed 32-bit integer value representing the array and its contents.
|
Returns a hashed 32-bit integer value representing the array and its contents.
|
||||||
[b]Note:[/b] Arrays with equal hash values are [i]not[/i] guaranteed to be the same, as a result of hash collisions. On the countrary, arrays with different hash values are guaranteed to be different.
|
[b]Note:[/b] Arrays with equal hash values are [i]not[/i] guaranteed to be the same, as a result of hash collisions. On the contrary, arrays with different hash values are guaranteed to be different.
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="insert">
|
<method name="insert">
|
||||||
|
|||||||
Reference in New Issue
Block a user