Improve Hash.Hash docs a bit

This commit is contained in:
Richard Feldman 2023-08-11 21:14:01 -04:00
parent fc7e069712
commit d41d976dac
No known key found for this signature in database
GPG Key ID: F1F21AA5B1D9E43B

View File

@ -28,7 +28,7 @@ interface Hash
Num.{ U8, U16, U32, U64, U128, I8, I16, I32, I64, I128, Nat, Dec },
]
## A value that can hashed.
## A value that can be hashed.
Hash implements
## Hashes a value into a [Hasher].
## Note that [hash] does not produce a hash value itself; the hasher must be