Fix typo in Rustdoc for verify_signature()

This commit is contained in:
Tim Düsterhus 2021-12-08 13:21:40 +01:00 committed by Brian Smith
parent 97507d40ab
commit b481381e91
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,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.
///