Skip to content

Commit

Permalink
Fix doc link to HamTree
Browse files Browse the repository at this point in the history
  • Loading branch information
ureeves committed Jan 14, 2024
1 parent 6eb266b commit 006e249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ const fn n_tree_nodes(height: usize, arity: usize) -> usize {
n_nodes
}

/// A branch of a `HamBranch`.
/// A branch of a [`HamTree`].
pub struct HamBranch<T, const H: usize, const A: usize> {
root: T,
levels: [[T; A]; H],
Expand Down

0 comments on commit 006e249

Please sign in to comment.