From d5de89259b64ed6d4756973073f06172d1d14090 Mon Sep 17 00:00:00 2001 From: Jesus Christ <120573631+Gudnessuche@users.noreply.github.com> Date: Fri, 3 Jan 2025 21:00:13 +0000 Subject: [PATCH] Fix typo in MerkleBlock::from_block_with_predicate comment - Corrected a grammatical error by adding "are" to the comment in MerkleBlock::from_block_with_predicate. --- bitcoin/src/merkle_tree/block.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitcoin/src/merkle_tree/block.rs b/bitcoin/src/merkle_tree/block.rs index 4410c8a94..74b2b6c74 100644 --- a/bitcoin/src/merkle_tree/block.rs +++ b/bitcoin/src/merkle_tree/block.rs @@ -146,7 +146,7 @@ impl Decodable for MerkleBlock { /// stored, and its children are not explored further. Otherwise, no hash is /// stored, but we recurse into both (or the only) child branch. During /// decoding, the same depth-first traversal is performed, consuming bits and -/// hashes as they written during encoding. +/// hashes as they are written during encoding. /// /// The serialization is fixed and provides a hard guarantee about the /// encoded size: