Skip to content

Commit

Permalink
Fix typo in Rustdoc for verify_signature()
Browse files Browse the repository at this point in the history
  • Loading branch information
TimWolla authored and briansmith committed Dec 14, 2021
1 parent 97507d4 commit b481381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/end_entity.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
///
Expand Down

0 comments on commit b481381

Please sign in to comment.