Skip to content

Commit

Permalink
chore(docs): fix rustdoc warning (#745)
Browse files Browse the repository at this point in the history
  • Loading branch information
StackOverflowExcept1on authored Oct 7, 2024
1 parent 30977f6 commit 0da1938
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frost-core/src/keys.rs
Original file line number Diff line number Diff line change
Expand Up @@ -327,8 +327,8 @@ where
.collect::<Result<_, Error<C>>>()
}

/// Returns VerifiableSecretSharingCommitment from a iterator of serialized
/// CoefficientCommitments (e.g. a Vec<Vec<u8>>).
/// Returns VerifiableSecretSharingCommitment from an iterator of serialized
/// CoefficientCommitments (e.g. a [`Vec<Vec<u8>>`]).
pub fn deserialize<I, V>(serialized_coefficient_commitments: I) -> Result<Self, Error<C>>
where
I: IntoIterator<Item = V>,
Expand Down

0 comments on commit 0da1938

Please sign in to comment.