Skip to content

Commit d244b4d

Browse files
Fix typo in docs
1 parent c5c9551 commit d244b4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/key.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ impl PublicKey {
297297
}
298298
}
299299

300-
/// Creates a new compressed public key key using data from BIP-340 [`KeyPair`]
300+
/// Creates a new compressed public key using data from BIP-340 [`KeyPair`].
301301
#[inline]
302302
pub fn from_keypair(keypair: &KeyPair) -> Self {
303303
unsafe {

0 commit comments

Comments
 (0)