From 7129793241669d47f4ce8405973756d7847ac4b6 Mon Sep 17 00:00:00 2001 From: Josh Triplett Date: Wed, 19 Jan 2022 14:33:10 -0800 Subject: [PATCH] Fix typo in deprecation message for 2203 --- text/2203-const-repeat-expr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/text/2203-const-repeat-expr.md b/text/2203-const-repeat-expr.md index cc12525f8..3adde66e2 100644 --- a/text/2203-const-repeat-expr.md +++ b/text/2203-const-repeat-expr.md @@ -3,7 +3,7 @@ - RFC PR: [rust-lang/rfcs#2203](https://github.com/rust-lang/rfcs/pull/2203) - Rust Issue: [rust-lang/rust#49147](https://github.com/rust-lang/rust/issues/49147) -> ⚠ This RFC has mostly been superceeded ⚠ +> ⚠ This RFC has mostly been superseded ⚠ > > This turned out to be more complicated than expected to detect while being intuitive to the programmer. As such, it's expected that this problem space will be addressed with the *inline consts* from [RFC 2920] instead, which have syntax to opt-in to the behaviour. >