From d2181f44c98c001e5f8d969f9bb295ad1fcd483b Mon Sep 17 00:00:00 2001 From: RiceChuan Date: Wed, 11 Dec 2024 07:34:08 +0800 Subject: [PATCH] docs: remove repetitive words (#352) --- src/merkle/store/tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/merkle/store/tests.rs b/src/merkle/store/tests.rs index 3c94dc0..c00b6da 100644 --- a/src/merkle/store/tests.rs +++ b/src/merkle/store/tests.rs @@ -725,7 +725,7 @@ fn get_leaf_depth_works_with_depth_8() { assert_eq!(8, store.get_leaf_depth(root, 8, k).unwrap()); } - // flip last bit of a and expect it to return the the same depth, but for an empty node + // flip last bit of a and expect it to return the same depth, but for an empty node assert_eq!(8, store.get_leaf_depth(root, 8, 0b01101000_u64).unwrap()); // flip fourth bit of a and expect an empty node on depth 4