Skip to content

Commit

Permalink
fix cargo doc error
Browse files Browse the repository at this point in the history
  • Loading branch information
imor committed Nov 22, 2023
1 parent 7dcceec commit 5a79efe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x509-cert/src/ext/pkix/sct.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ impl SignedCertificateTimestampList {
Ok(SignedCertificateTimestampList(OctetString::new(buffer)?))
}

/// Parses the encoded [SerializedSct]s and returns a [Vec][alloc::vec::Vec] containing them.
/// Parses the encoded [SerializedSct]s and returns a [Vec] containing them.
///
/// Returns an [error][Error] if a [SerializedSct] can't be
/// deserialized or if there are trailing bytes after all [SerializedSct]s
Expand Down

0 comments on commit 5a79efe

Please sign in to comment.