We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f75b63 commit 15c2259Copy full SHA for 15c2259
src/key.rs
@@ -1014,7 +1014,7 @@ impl Keypair {
1014
SECP256K1.sign_schnorr(msg, self)
1015
}
1016
1017
- /// Constructs a schnorr signature without aux rand for `msg` using the global
+ /// Constructs a schnorr signature without aux rand for `msg` using the global
1018
/// [`SECP256K1`] context.
1019
#[inline]
1020
#[cfg(all(feature = "global-context", feature = "std"))]
0 commit comments