diff --git a/src/lib.rs b/src/lib.rs index 3dc396c..be590be 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -50,7 +50,7 @@ assert_abs_diff_eq!(w, 1.0736581947961492, epsilon = 1e-7); //! //! ## Feature flags //! -//! You can disable one of these features to potentially save a little bit of binary size. +//! You can disable one of these feature flags to potentially save a little bit of binary size. //! //! `50` *(enabled by default)*: enables the function versions with 50 bits of accuracy. //!