Skip to content

Commit

Permalink
docs: remove repetitive words (#352)
Browse files Browse the repository at this point in the history
  • Loading branch information
RiceChuan authored Dec 10, 2024
1 parent b151773 commit d2181f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/merkle/store/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d2181f4

Please sign in to comment.