Skip to content

Commit

Permalink
bgzf/gzi/index: Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
zaeleus committed Mar 3, 2025
1 parent 85edc71 commit 49347ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions noodles-bgzf/src/gzi/index.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ use crate::VirtualPosition;
///
/// A gzip index holds compressed-uncompressed position pairs.
///
/// Like this physical index, this does _not_ include the position of the first block, which is
/// implicity at 0.
/// Like the physical index, this does _not_ include the position of the first block, which is
/// implicitly at 0.
#[derive(Clone, Debug, Default, Eq, PartialEq)]
pub struct Index(Vec<(u64, u64)>);

Expand Down

0 comments on commit 49347ca

Please sign in to comment.