rusticata / der-parser

BER/DER parser written in pure Rust. Fast, zero-copy, safe.
Apache License 2.0
84 stars 29 forks source link

Fix typos in the parse_[ber|der]_[u32|u64] doc comments. #39

Closed scouten closed 3 years ago

scouten commented 3 years ago

FYI looks like the Clippy failure is unrelated to this PR.

chifflier commented 3 years ago

Applied, thanks!