]> git.lizzy.rs Git - rust.git/commitdiff
Adjust spelling
authorNiclas Schwarzlose <15schnic@gmail.com>
Tue, 15 Sep 2020 16:10:41 +0000 (18:10 +0200)
committerGitHub <noreply@github.com>
Tue, 15 Sep 2020 16:10:41 +0000 (18:10 +0200)
Co-authored-by: Joshua Nelson <joshua@yottadb.com>
compiler/rustc_error_codes/src/error_codes/E0118.md

index ddd4f498f0c3442249b9669b9a3dda4478d00d2c..345ec341c3f40f726c3dcab2b20112621128bddb 100644 (file)
@@ -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: