Skip to content

Commit

Permalink
docs: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mbhall88 committed Apr 24, 2024
1 parent 4b62f5f commit e07c911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bam/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,7 @@ impl IndexedReader {
///
/// Both iterating (with [.records()](trait.Read.html#tymethod.records)) and looping without allocation (with [.read()](trait.Read.html#tymethod.read) are a two stage process:
/// 1. 'fetch' the region of interest
/// 2. iter/loop trough the reads.
/// 2. iter/loop through the reads.
///
/// Example:
/// ```
Expand Down

0 comments on commit e07c911

Please sign in to comment.