Merge rust-bitcoin/rust-bitcoin#4142: Typo fix in: README.md
539d45420a
Typo fix in: README.md (leonarddt05) Pull request description: 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. ACKs for top commit: apoelstra: ACK 539d45420a4540e13099a61996db87aeb3887002; successfully ran local tests tcharding: ACK539d45420a
Tree-SHA512: 36fe65a9ea4d8d2fce90fb91e7966bc41ab5ab1cf9b5ea39efe88b1756d46724428d5dccfb1e7718721747e032ee3c52d848908652d82816f7f990f527c47485
This commit is contained in:
commit
b6548931b5
|
@ -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/)
|
||||||
|
|
||||||
|
@ -29,5 +29,5 @@ Alternatively add symlinks in your `.git/hooks` directory to any of the githooks
|
||||||
|
|
||||||
### Running Benchmarks
|
### Running Benchmarks
|
||||||
|
|
||||||
We use a custom Rust compiler configuration conditional to guard the bench mark code. To run the
|
We use a custom Rust compiler configuration conditional to guard the benchmark code. To run the
|
||||||
bench marks use: `RUSTFLAGS='--cfg=bench' cargo +nightly bench`.
|
benchmarks use: `RUSTFLAGS='--cfg=bench' cargo +nightly bench`.
|
||||||
|
|
Loading…
Reference in New Issue