From 77e91fe29c79349991e412c00fcc3d559e792d1d Mon Sep 17 00:00:00 2001 From: Hack666r Date: Fri, 10 Jan 2025 19:12:26 +0100 Subject: [PATCH] fix/typo README.md --- 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.