Skip to content

Commit 72fc293

Browse files
typo
Co-authored-by: Nathan Stocks <nathan.s@oxen.ai>
1 parent ce6c05f commit 72fc293

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/lib/src/model/merkle_tree/node_type.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ impl MerkleTreeNodeType {
110110
}
111111

112112
/// 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
113+
/// `MerkleTreeNodeType` enum. This is critical for defining the node's stable on-disk
114114
/// byte representation.
115115
pub trait MerkleTreeNodeIdType {
116116
/// The type of merkle tree node this node can serialize & deserialize into.

0 commit comments

Comments
 (0)