Skip to content

Commit b7e38eb

Browse files
committed
Merge rust-bitcoin#593: Fix rustdoc link
866cf8c Fix rustdoc link (Thomas DuBuisson) Pull request description: Not familiar with rustdoc, let's see what CI says to make sure I got it right. ACKs for top commit: apoelstra: ACK 866cf8c Tree-SHA512: 47aaf5932d1622be071a189f15f93cc206e6aae53ee771a14bf18b6a0acecf057f15b69c3d2460b39d15ff2bb3f34984a544574de0bd279bbcaef04eb2077c42
2 parents 57a4dbc + 866cf8c commit b7e38eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ecdsa/mod.rs

+1-1
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)