mirror of
https://github.com/godotengine/godot.git
synced 2026-02-08 03:38:29 +00:00
Fix various typos in documentation
This commit is contained in:
@@ -301,7 +301,7 @@
|
||||
<return type="int" />
|
||||
<description>
|
||||
Returns the 32-bit hash value representing the string's contents.
|
||||
[b]Note:[/b] Strings with equal hash values are [i]not[/i] guaranteed to be the same, as a result of hash collisions. On the countrary, strings with different hash values are guaranteed to be different.
|
||||
[b]Note:[/b] Strings with equal hash values are [i]not[/i] guaranteed to be the same, as a result of hash collisions. On the contrary, strings with different hash values are guaranteed to be different.
|
||||
</description>
|
||||
</method>
|
||||
<method name="hex_decode" qualifiers="const">
|
||||
|
||||
Reference in New Issue
Block a user