Skip to content

Commit 2deb3a4

Browse files
authored
x509-cert: crl fixup comment (#767)
1 parent c7c1fa7 commit 2deb3a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

x509-cert/src/crl.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ use spki::AlgorithmIdentifier;
1313

1414
/// `CertificateList` as defined in [RFC 5280 Section 5.1].
1515
///
16-
///```text
16+
/// ```text
1717
/// CertificateList ::= SEQUENCE {
1818
/// tbsCertList TBSCertList,
1919
/// signatureAlgorithm AlgorithmIdentifier,
@@ -35,7 +35,7 @@ pub struct CertificateList<'a> {
3535
/// This type is used for the `revoked_certificates` field of `TbsCertList`.
3636
/// See [RFC 5280 Section 5.1].
3737
///
38-
///```text
38+
/// ```text
3939
/// RevokedCert ::= SEQUENCE {
4040
/// userCertificate CertificateSerialNumber,
4141
/// revocationDate Time,

0 commit comments

Comments
 (0)