Fix docs on error type
Make the rustdoc arguable clearer, this is a sig error.
This commit is contained in:
parent
f23155aa16
commit
5f8e0ad67e
|
@ -182,7 +182,7 @@ impl<'a> IntoIterator for &'a SerializedSignature {
|
|||
fn into_iter(self) -> Self::IntoIter { (*self).iter() }
|
||||
}
|
||||
|
||||
/// A key-related error.
|
||||
/// An ECDSA signature-related error.
|
||||
#[derive(Debug, Clone, PartialEq, Eq)]
|
||||
#[non_exhaustive]
|
||||
pub enum Error {
|
||||
|
|
Loading…
Reference in New Issue