From 828c0dce2abfbcc8702948fae95a02bee22cb38f Mon Sep 17 00:00:00 2001 From: Michael Rosenberg Date: Sat, 18 Nov 2023 18:58:55 -0500 Subject: [PATCH] Typo --- hybrid-array/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hybrid-array/README.md b/hybrid-array/README.md index f2914894..3a77592e 100644 --- a/hybrid-array/README.md +++ b/hybrid-array/README.md @@ -29,7 +29,7 @@ it possible to convert between const generic types and `typenum` types. This crate exposes the following feature flags. The default is NO features. -* [`zeroize`] - Implements [`Zeroize`](https://docs.rs/zeroize/latest/zeroize/trait.Zeroize.html) for `Array` +* `zeroize` - Implements [`Zeroize`](https://docs.rs/zeroize/latest/zeroize/trait.Zeroize.html) for `Array` ## License