From 539d45420a4540e13099a61996db87aeb3887002 Mon Sep 17 00:00:00 2001 From: leonarddt05 <139609434+leonarddt05@users.noreply.github.com> Date: Thu, 27 Feb 2025 12:40:30 +0300 Subject: [PATCH] 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. --- hashes/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hashes/README.md b/hashes/README.md index 87ec9b345..6052b3603 100644 --- a/hashes/README.md +++ b/hashes/README.md @@ -3,7 +3,7 @@ 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 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/) @@ -29,5 +29,5 @@ Alternatively add symlinks in your `.git/hooks` directory to any of the githooks ### Running Benchmarks -We use a custom Rust compiler configuration conditional to guard the bench mark code. To run the -bench marks use: `RUSTFLAGS='--cfg=bench' cargo +nightly bench`. +We use a custom Rust compiler configuration conditional to guard the benchmark code. To run the +benchmarks use: `RUSTFLAGS='--cfg=bench' cargo +nightly bench`.