Skip to content

Commit

Permalink
Improve Hash.Hash docs a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
rtfeldman committed Aug 12, 2023
1 parent fc7e069 commit d41d976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/compiler/builtins/roc/Hash.roc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d41d976

Please sign in to comment.