File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -381,7 +381,7 @@ impl<C: Signing> Secp256k1<C> {
381
381
382
382
/// Constructs a signature for `msg` using the secret key `sk`, RFC6979 nonce
383
383
/// and "grinds" the nonce by passing extra entropy if necessary to produce
384
- /// a signature that is less than 71 - bytes_to_grund bytes. The number
384
+ /// a signature that is less than 71 - `bytes_to_grind` bytes. The number
385
385
/// of signing operation performed by this function is exponential in the
386
386
/// number of bytes grinded.
387
387
/// Requires a signing capable context.
@@ -392,7 +392,7 @@ impl<C: Signing> Secp256k1<C> {
392
392
393
393
/// Constructs a signature for `msg` using the secret key `sk`, RFC6979 nonce
394
394
/// and "grinds" the nonce by passing extra entropy if necessary to produce
395
- /// a signature that is less than 71 - bytes_to_grund bytes. The number
395
+ /// a signature that is less than 71 - `bytes_to_grind` bytes. The number
396
396
/// of signing operation performed by this function is exponential in the
397
397
/// number of bytes grinded.
398
398
/// Requires a signing capable context.
You can’t perform that action at this time.
0 commit comments