Reland Fix typo in Rustdoc for verify_signature().

[`git cherry-pick b481381e914de604df30b1be2fe72d938a5c0e57`.]
This commit is contained in:
Tim Düsterhus 2021-12-08 13:21:40 +01:00 committed by Brian Smith
parent 52f4db4b85
commit 911e11c67f
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@ impl<'a> EndEntityCert<'a> {
/// `DigitallySigned.algorithm` of TLS type `SignatureAndHashAlgorithm`. In
/// TLS 1.2 a single `SignatureAndHashAlgorithm` may map to multiple
/// `SignatureAlgorithm`s. For example, a TLS 1.2
/// `ignatureAndHashAlgorithm` of (ECDSA, SHA-256) may map to any or all
/// `SignatureAndHashAlgorithm` of (ECDSA, SHA-256) may map to any or all
/// of {`ECDSA_P256_SHA256`, `ECDSA_P384_SHA256`}, depending on how the TLS
/// implementation is configured.
///