Skip to content

Commit

Permalink
fix repetitive word full.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
nnsW3 authored Jul 24, 2024
1 parent 0136571 commit 48d9e12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/merkle/mmr/full.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//!
//! Additionally the structure only supports adding leaves to the right-most tree, the one with the
//! least number of leaves. The structure preserves the invariant that each tree has different
//! depths, i.e. as part of adding adding a new element to the forest the trees with same depth are
//! depths, i.e. as part of adding a new element to the forest the trees with same depth are
//! merged, creating a new tree with depth d+1, this process is continued until the property is
//! reestablished.
use super::{
Expand Down

0 comments on commit 48d9e12

Please sign in to comment.