From 48c81e1a630dd4e1781c79babd9c4a81aee79556 Mon Sep 17 00:00:00 2001 From: Fenhl Date: Fri, 27 Aug 2021 20:50:38 +0000 Subject: [PATCH] Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d1b956c..6778828 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ The algorithms in this crate are oblivious to UTF-8 high bytes, so they iterate over the bytes 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 +to work in `no_std` environments, where the `alloc` crate, and a global allocator, are available. # LICENSE