Skip to content

Commit

Permalink
Fix typo in doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkaMaul committed Oct 2, 2024
1 parent 58fd2e4 commit d4f3734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/tsp-asn1/src/cms.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ pub struct SignerInfo<'a> {
/// certificates [0] IMPLICIT CertificateSet OPTIONAL,
/// crls [1] IMPLICIT RevocationInfoChoices OPTIONAL,
/// signerInfos SignerInfos }
/// ``````
/// ```
#[derive(asn1::Asn1Read, asn1::Asn1Write, Clone)]
pub struct SignedData<'a> {
pub version: u8,
Expand Down

0 comments on commit d4f3734

Please sign in to comment.