Skip to content

Commit 7471b3c

Browse files
committed
Fix musig::ParseError docs
ParseError is used across multiple musig types.
1 parent 4d36fef commit 7471b3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/musig.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ use crate::{
1717
Verification, XOnlyPublicKey,
1818
};
1919

20-
/// Musig partial signature parsing errors
20+
/// Musig parsing errors
2121
#[derive(Debug, Clone, Copy, Eq, PartialEq, PartialOrd, Ord, Hash)]
2222
pub enum ParseError {
2323
/// Parse Argument is malformed. This might occur if the point is on the secp order,

0 commit comments

Comments
 (0)