File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -718,7 +718,7 @@ impl KeyPair {
718718 }
719719 }
720720
721- /// Creates a Schnorr [`KeyPair`] directly from a secret key slice.
721+ /// Creates a [`KeyPair`] directly from a secret key slice.
722722 ///
723723 /// # Errors
724724 ///
@@ -743,7 +743,7 @@ impl KeyPair {
743743 }
744744 }
745745
746- /// Creates a Schnorr [`KeyPair`] directly from a secret key string.
746+ /// Creates a [`KeyPair`] directly from a secret key string.
747747 ///
748748 /// # Errors
749749 ///
@@ -759,7 +759,7 @@ impl KeyPair {
759759 }
760760 }
761761
762- /// Creates a Schnorr [`KeyPair`] directly from a secret key string and the global [`SECP256K1`] context.
762+ /// Creates a [`KeyPair`] directly from a secret key string and the global [`SECP256K1`] context.
763763 ///
764764 /// # Errors
765765 ///
You can’t perform that action at this time.
0 commit comments