From 13d7982208edca2ebd94b4e9c7188ef5f7b44188 Mon Sep 17 00:00:00 2001 From: dzmitry-lahoda Date: Tue, 3 Sep 2024 19:49:49 +0100 Subject: [PATCH] chore: spelling in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a9eb261..42f7c4d 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ inner `u8` by passing it through a volatile read. For more information, see the _About_ section below. Rust versions from 1.51 or higher have const generics support. You may enable -`const-generics` feautre to have `subtle` traits implemented for arrays `[T; N]`. +`const-generics` feature to have `subtle` traits implemented for arrays `[T; N]`. Versions prior to `2.2` recommended use of the `nightly` feature to enable an optimization barrier; this is not required in versions `2.2` and above.