Fix typo in docs

This commit is contained in:
Thomas Eizinger 2021-11-11 13:41:57 +11:00
parent c5c95513f2
commit d244b4d747
No known key found for this signature in database
GPG Key ID: 651AC83A6C6C8B96
1 changed files with 1 additions and 1 deletions

View File

@ -297,7 +297,7 @@ impl PublicKey {
}
}
/// Creates a new compressed public key key using data from BIP-340 [`KeyPair`]
/// Creates a new compressed public key using data from BIP-340 [`KeyPair`].
#[inline]
pub fn from_keypair(keypair: &KeyPair) -> Self {
unsafe {