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.
This commit is contained in:
Jesus Christ 2025-01-03 21:00:13 +00:00 committed by GitHub
parent 93241c3cc8
commit d5de89259b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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: