From 5767793557e052151f0d9f7db3e90dacafaad613 Mon Sep 17 00:00:00 2001 From: Nimrod Weiss Date: Wed, 17 Jul 2024 17:02:15 +0300 Subject: [PATCH] fix: typo --- .../src/patricia_merkle_tree/original_skeleton_tree/config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,