Skip to content

Commit 15c2259

Browse files
chore: remove space
1 parent 9f75b63 commit 15c2259

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/key.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1014,7 +1014,7 @@ impl Keypair {
10141014
SECP256K1.sign_schnorr(msg, self)
10151015
}
10161016

1017-
/// Constructs a schnorr signature without aux rand for `msg` using the global
1017+
/// Constructs a schnorr signature without aux rand for `msg` using the global
10181018
/// [`SECP256K1`] context.
10191019
#[inline]
10201020
#[cfg(all(feature = "global-context", feature = "std"))]

0 commit comments

Comments
 (0)