Fix rustdoc link
This commit is contained in:
parent
6e0ae2a7bb
commit
866cf8c732
|
@ -190,7 +190,7 @@ impl Signature {
|
|||
}
|
||||
|
||||
/// Verifies an ECDSA signature for `msg` using `pk` and the global [`SECP256K1`] context.
|
||||
/// The signature must be normalized or verification will fail (see [`normalize_s`]).
|
||||
/// The signature must be normalized or verification will fail (see [`Signature::normalize_s`]).
|
||||
#[inline]
|
||||
#[cfg(feature = "global-context")]
|
||||
#[cfg_attr(docsrs, doc(cfg(feature = "global-context")))]
|
||||
|
|
Loading…
Reference in New Issue