Skip to content

Commit 006f878

Browse files
committed
signed_data: fix code block missing close marker
1 parent 9754177 commit 006f878

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/signed_data.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ impl<'a> SignedData<'a> {
9292
/// signatureAlgorithm AlgorithmIdentifier,
9393
/// signatureValue BIT STRING
9494
/// }
95+
/// ```
9596
///
9697
/// OCSP responses (RFC 6960) look like this:
9798
/// ```ASN.1

0 commit comments

Comments
 (0)