mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +00:00
fix typo
This commit is contained in:
parent
34026833b1
commit
55bb8f4b6c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue