Skip to content

Commit 866cf8c

Browse files
committed
Fix rustdoc link
1 parent 6e0ae2a commit 866cf8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ecdsa/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ impl Signature {
190190
}
191191

192192
/// Verifies an ECDSA signature for `msg` using `pk` and the global [`SECP256K1`] context.
193-
/// The signature must be normalized or verification will fail (see [`normalize_s`]).
193+
/// The signature must be normalized or verification will fail (see [`Signature::normalize_s`]).
194194
#[inline]
195195
#[cfg(feature = "global-context")]
196196
#[cfg_attr(docsrs, doc(cfg(feature = "global-context")))]

0 commit comments

Comments
 (0)