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 {
718
718
}
719
719
}
720
720
721
- /// Creates a Schnorr [`KeyPair`] directly from a secret key slice.
721
+ /// Creates a [`KeyPair`] directly from a secret key slice.
722
722
///
723
723
/// # Errors
724
724
///
@@ -743,7 +743,7 @@ impl KeyPair {
743
743
}
744
744
}
745
745
746
- /// Creates a Schnorr [`KeyPair`] directly from a secret key string.
746
+ /// Creates a [`KeyPair`] directly from a secret key string.
747
747
///
748
748
/// # Errors
749
749
///
@@ -759,7 +759,7 @@ impl KeyPair {
759
759
}
760
760
}
761
761
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.
763
763
///
764
764
/// # Errors
765
765
///
You can’t perform that action at this time.
0 commit comments