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:
parent
93241c3cc8
commit
d5de89259b
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue