chore: fix typos (#321)

This commit is contained in:
Elias Rad
2024-07-24 21:35:57 +03:00
committed by GitHub
parent f72add58cd
commit d6ab367d32
3 changed files with 3 additions and 3 deletions

View File

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