Fix various typos in documentation

This commit is contained in:
Septian
2024-01-05 15:47:58 +07:00
parent 179dfdc8d7
commit d3e7b8c8a8
6 changed files with 9 additions and 9 deletions

View File

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