Typo fix in: README.md
Hi, I suggest some typo fix' for this doc: 1- "since these are needed to display hashes anway." Should be "since these are needed to display hashes anyway." (spelling error). 2- "bench mark" and "bench marks" Should be "benchmark" and "benchmarks" (incorrect spacing; "benchmark" is a single word). Thanks.
This commit is contained in:
parent
5b6eebda8a
commit
539d45420a
|
@ -3,7 +3,7 @@
|
||||||
This is a simple, no-dependency library which implements the hash functions
|
This is a simple, no-dependency library which implements the hash functions
|
||||||
needed by Bitcoin. These are SHA1, SHA256, SHA256d, SHA512, and RIPEMD160. As an
|
needed by Bitcoin. These are SHA1, SHA256, SHA256d, SHA512, and RIPEMD160. As an
|
||||||
ancillary thing, it exposes hexadecimal serialization and deserialization,
|
ancillary thing, it exposes hexadecimal serialization and deserialization,
|
||||||
since these are needed to display hashes anway.
|
since these are needed to display hashes anyway.
|
||||||
|
|
||||||
[Documentation](https://docs.rs/bitcoin_hashes/)
|
[Documentation](https://docs.rs/bitcoin_hashes/)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue