Fix docs on error type

Make the rustdoc arguable clearer, this is a sig error.
This commit is contained in:
Tobin C. Harding 2023-05-18 16:00:13 +10:00
parent f23155aa16
commit 5f8e0ad67e
No known key found for this signature in database
GPG Key ID: 40BF9E4C269D6607
1 changed files with 1 additions and 1 deletions

View File

@ -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 {