docs: functions: hash: fix wrong doc

This commit is contained in:
Salvatore Mesoraca 2023-02-03 15:14:15 +01:00
parent 970a4586a1
commit 14acaa04a9
No known key found for this signature in database
GPG Key ID: 0567E50A25403074

View File

@ -183,7 +183,7 @@ Same as [sipHash128](#hash_functions-siphash128), but the first argument is a tu
**Returned value**
A [UInt64](/docs/en/sql-reference/data-types/int-uint.md) data type hash value.
A 128-bit `SipHash` hash value of type [FixedString(16)](/docs/en/sql-reference/data-types/fixedstring.md).
**Example**