From cf1b35aef8ed376a721e804c718fb71bac2231a5 Mon Sep 17 00:00:00 2001 From: vallentin Date: Tue, 11 Feb 2020 21:18:50 +0100 Subject: [PATCH] Fixed misspelling --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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