From 74a9d8cecbc9fe8eb8182baf38ad4f2261daea04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20D=C3=BCsterhus?= Date: Wed, 8 Dec 2021 13:21:40 +0100 Subject: [PATCH] Reland Fix typo in Rustdoc for verify_signature(). [`git cherry-pick b481381e914de604df30b1be2fe72d938a5c0e57`.] --- src/end_entity.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/end_entity.rs b/src/end_entity.rs index dea194f6..09b01135 100644 --- a/src/end_entity.rs +++ b/src/end_entity.rs @@ -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. ///