Skip to content

Commit

Permalink
Fix typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaseizinger committed Nov 11, 2021
1 parent 56faa3b commit 7eceb18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/key.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 7eceb18

Please sign in to comment.