Skip to content

Commit

Permalink
chore: Update doc comments on from_proofs
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippGackstatter committed Feb 11, 2025
1 parent 53edc98 commit ed171ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/merkle/smt/partial.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ impl PartialSmt {
Self(Smt::new())
}

/// Instantiates a new [`PartialSmt`] by calling [`PartialSmt::add_path`] for all [`MerklePath`]
/// and [`SmtLeaf`] pairs in the provided iterator.
/// Instantiates a new [`PartialSmt`] by calling [`PartialSmt::add_path`] for all [`SmtProof`]s
/// in the provided iterator.
///
/// # Errors
///
Expand Down

0 comments on commit ed171ad

Please sign in to comment.