From 81161bed41124a7a62bdaf5a349df0e8f2ff09bf Mon Sep 17 00:00:00 2001 From: Niclas Schwarzlose <15schnic@gmail.com> Date: Tue, 15 Sep 2020 18:10:41 +0200 Subject: [PATCH] Adjust spelling Co-authored-by: Joshua Nelson --- compiler/rustc_error_codes/src/error_codes/E0118.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/rustc_error_codes/src/error_codes/E0118.md b/compiler/rustc_error_codes/src/error_codes/E0118.md index ddd4f498f0c34..345ec341c3f40 100644 --- a/compiler/rustc_error_codes/src/error_codes/E0118.md +++ b/compiler/rustc_error_codes/src/error_codes/E0118.md @@ -1,5 +1,5 @@ -An inherent implementation was defined for something which isn't a struct, an -enum, a union or a trait object. +An inherent implementation was defined for something which isn't a struct, +enum, union, or trait object. Erroneous code example: