From e4b0a70d256012caaaeb7e5f093ab83431978898 Mon Sep 17 00:00:00 2001 From: Fenhl Date: Fri, 27 Aug 2021 20:51:37 +0000 Subject: [PATCH] Typo --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index bf5d633..31b54bd 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -16,7 +16,7 @@ //! directly as a micro-optimization. //! //! Disabling the `std` feature (which is enabled by default) will allow the crate to work in -//! `no_std` environments, where a the `alloc` crate, and a global allocator, are available. +//! `no_std` environments, where the `alloc` crate, and a global allocator, are available. #![cfg_attr(not(feature = "std"), no_std)]