diff --git a/crates/committer/src/patricia_merkle_tree/original_skeleton_tree/config.rs b/crates/committer/src/patricia_merkle_tree/original_skeleton_tree/config.rs index d2eafd3c..6427ba23 100644 --- a/crates/committer/src/patricia_merkle_tree/original_skeleton_tree/config.rs +++ b/crates/committer/src/patricia_merkle_tree/original_skeleton_tree/config.rs @@ -11,7 +11,7 @@ pub(crate) trait OriginalSkeletonTreeConfig { /// warning when encountering a trivial modification. fn compare_modified_leaves(&self) -> bool; - /// Compares the previous leaf to the modificated and returns true iff they are equal. + /// Compares the previous leaf to the modified and returns true iff they are equal. fn compare_leaf( &self, index: &NodeIndex,