From 5456fded0cb4da5f8fbffaf599918f258410014b Mon Sep 17 00:00:00 2001 From: Arthur Gautier Date: Wed, 23 Nov 2022 15:32:51 -0800 Subject: [PATCH] x509-cert: crl fixup comment --- x509-cert/src/crl.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x509-cert/src/crl.rs b/x509-cert/src/crl.rs index 3e630435b..6020bd4d5 100644 --- a/x509-cert/src/crl.rs +++ b/x509-cert/src/crl.rs @@ -13,7 +13,7 @@ use spki::AlgorithmIdentifier; /// `CertificateList` as defined in [RFC 5280 Section 5.1]. /// -///```text +/// ```text /// CertificateList ::= SEQUENCE { /// tbsCertList TBSCertList, /// signatureAlgorithm AlgorithmIdentifier, @@ -35,7 +35,7 @@ pub struct CertificateList<'a> { /// This type is used for the `revoked_certificates` field of `TbsCertList`. /// See [RFC 5280 Section 5.1]. /// -///```text +/// ```text /// RevokedCert ::= SEQUENCE { /// userCertificate CertificateSerialNumber, /// revocationDate Time,