We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce6c05f commit 72fc293Copy full SHA for 72fc293
crates/lib/src/model/merkle_tree/node_type.rs
@@ -110,7 +110,7 @@ impl MerkleTreeNodeType {
110
}
111
112
/// Allows for types to identify themselves as a specific kind of merkle tree node via the
113
-/// `MerkleTreeNodeType` enum. This is ciritical for defining the node's stable on-disk
+/// `MerkleTreeNodeType` enum. This is critical for defining the node's stable on-disk
114
/// byte representation.
115
pub trait MerkleTreeNodeIdType {
116
/// The type of merkle tree node this node can serialize & deserialize into.
0 commit comments