Skip to content

Commit

Permalink
vcf/reader/builder: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zaeleus committed Nov 2, 2023
1 parent d0ed888 commit 9bdea56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noodles-vcf/src/reader/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ impl Builder {

/// Builds a VCF reader from a path.
///
/// By defualt, the compression method will be autodetected. This can be overridden by using
/// By default, the compression method will be autodetected. This can be overridden by using
/// [`Self::set_compression_method`].
///
/// # Examples
Expand Down

0 comments on commit 9bdea56

Please sign in to comment.