From a7bab09332187ce833d144291c182a5673108e9a Mon Sep 17 00:00:00 2001 From: Ernest Gupik Date: Fri, 29 Jul 2022 13:46:33 +0200 Subject: [PATCH] Fix typo: s/initiatve/initiative --- posts/inside-rust/2022-07-27-keyword-generics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posts/inside-rust/2022-07-27-keyword-generics.md b/posts/inside-rust/2022-07-27-keyword-generics.md index fd02d137c..b25e09941 100644 --- a/posts/inside-rust/2022-07-27-keyword-generics.md +++ b/posts/inside-rust/2022-07-27-keyword-generics.md @@ -390,7 +390,7 @@ consistently by _all_ modifier keywords. ## Conclusion -In this post we've introduced the new keyword generics initiatve, explained why +In this post we've introduced the new keyword generics initiative, explained why it exists, and shown a brief example of what it might look like in the future. The initiative is active on the Rust Zulip under