From 1d03648e67b2dc3ea86a8d7f6f0c376142d500e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20=C3=85kerblom?= Date: Sun, 24 Jan 2021 20:31:42 +0100 Subject: [PATCH] Fix spelling in documentation for error E0207 I have trouble parsing the the wording "type parameter parameter". --- compiler/rustc_error_codes/src/error_codes/E0207.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/rustc_error_codes/src/error_codes/E0207.md b/compiler/rustc_error_codes/src/error_codes/E0207.md index cb4f5d5157d..8a7923ac93f 100644 --- a/compiler/rustc_error_codes/src/error_codes/E0207.md +++ b/compiler/rustc_error_codes/src/error_codes/E0207.md @@ -14,7 +14,7 @@ impl Foo { } ``` -Any type parameter parameter of an `impl` must meet at least one of +Any type parameter of an `impl` must meet at least one of the following criteria: - it appears in the _implementing type_ of the impl, e.g. `impl Foo`