Skip to content

Commit e69840e

Browse files
Update hash.md
1 parent fc463b3 commit e69840e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/reference/buffer/hash.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Computes a k-bit non-cryptographic hash of the buffer using the FNV-1 algorithm.
66
FNV-1 is a fast, non-cryptographic hash algorithm (suitable for checksums, not security)
77

88
## Parameters
9-
* **bits**: specifies the output width (1-32 bits), determining
9+
* **bits**: the output width (1-32 bits), determining
1010
the result range: 0 to 2^bits-1. For example, bits=5 produces values 0-31. Use this for
1111
checksums, data validation, or collision detection. Not suitable for cryptographic purposes.
1212

0 commit comments

Comments
 (0)