Fix various typos in documentation

(cherry picked from commit d3e7b8c8a8)
This commit is contained in:
Septian
2024-01-05 15:47:58 +07:00
committed by Yuri Sizov
parent 93fd2f7768
commit 6b3e4bb0ec
6 changed files with 9 additions and 9 deletions

View File

@@ -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">