fix: typos of different importance (#359)

This commit is contained in:
crStiv
2024-12-16 19:27:51 +01:00
committed by GitHub
parent c64f43b262
commit 1444bbc0f2
3 changed files with 4 additions and 4 deletions

View File

@@ -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