mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 06:11:29 +03:00
Fix various typos in documentation
(cherry picked from commit d3e7b8c8a8)
This commit is contained in:
@@ -319,7 +319,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