Skip to content

Commit

Permalink
Fix doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Ortham committed Jun 26, 2024
1 parent 1834cef commit e17941b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ impl error::Error for Error {

#[derive(Debug)]
pub enum ParsingErrorKind {
/// The Vec<u8> field is the expected record type.
/// The `Vec<u8>` field is the expected record type.
UnexpectedRecordType(Vec<u8>),
/// The usize field is the expected minimum data length.
SubrecordDataTooShort(usize),
Expand Down

0 comments on commit e17941b

Please sign in to comment.