This commit is contained in:
Bryce Miller 2023-05-24 10:53:13 -04:00
parent 34026833b1
commit 55bb8f4b6c
No known key found for this signature in database
GPG key ID: F1E97BF8DF152350

View file

@ -39,7 +39,7 @@ Hash implements
## The [Hasher] ability describes general-purpose hashers. It only allows
## emission of 64-bit unsigned integer hashes. It is not suitable for
## cryptographically-secure hashing.
Hasher implemenets
Hasher implements
## Adds a list of bytes to the hasher.
addBytes : a, List U8 -> a | a implements Hasher