diff --git a/hts-sys/src/lib.rs b/hts-sys/src/lib.rs index 408708418..16f9c0367 100644 --- a/hts-sys/src/lib.rs +++ b/hts-sys/src/lib.rs @@ -3,7 +3,7 @@ #![allow(non_snake_case)] #![allow(clippy::all)] #![allow(improper_ctypes)] -//! This module exposes the raw Htslib bindings. +//! This module exposes the raw HTSlib bindings. #[cfg(feature = "bzip2")] extern crate bzip2_sys;