Skip to content

Commit f8909a5

Browse files
sisoujsdanielh
authored andcommitted
Fix grammar in doc comment
1 parent 4d37e69 commit f8909a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web-client/src/multisig/partial_signature.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ impl PartialSignature {
8686
Ok(PartialSignature::from(aggregated_signature))
8787
}
8888

89-
/// Converts an (aggregated) partial signature into a final signature using the aggregated commitment.
89+
/// Converts a (aggregated) partial signature into a final signature using the aggregated commitment.
9090
#[wasm_bindgen(js_name = toSignature)]
9191
pub fn to_signature(&self, aggregated_commitment: Commitment) -> Signature {
9292
let sig = self.inner.to_signature(aggregated_commitment.native_ref());

0 commit comments

Comments
 (0)