Fix rustdoc link

This commit is contained in:
Thomas DuBuisson 2023-03-29 12:14:58 -07:00 committed by Thomas M. DuBuisson
parent 6e0ae2a7bb
commit 866cf8c732
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ impl Signature {
} }
/// Verifies an ECDSA signature for `msg` using `pk` and the global [`SECP256K1`] context. /// 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] #[inline]
#[cfg(feature = "global-context")] #[cfg(feature = "global-context")]
#[cfg_attr(docsrs, doc(cfg(feature = "global-context")))] #[cfg_attr(docsrs, doc(cfg(feature = "global-context")))]