Skip to content

Commit

Permalink
bcf/async/io/reader: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zaeleus committed Aug 28, 2024
1 parent d921ef0 commit 5545bc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noodles-bcf/src/async/io/reader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ where
read_header(&mut self.inner).await
}

/// Reads a single record without decoding (most of) its feilds.
/// Reads a single record without decoding (most of) its fields.
///
/// The stream is expected to be directly after the header or at the start of another record.
///
Expand Down

0 comments on commit 5545bc3

Please sign in to comment.