diff --git a/src/lib.rs b/src/lib.rs index ac4243e7a..944e4d7ec 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -226,7 +226,7 @@ //! ``` //! # Crate Feature Flags //! -//! The following crate feature flags are avaliable in addition to the filters. They are +//! The following crate feature flags are available in addition to the filters. They are //! configured in your `Cargo.toml`. //! //! * `std` allows use of `std` crate instead of the default `core`. Enables using `std::error` and