about summary refs log tree commit diff
path: root/compiler/rustc_error_codes/src
diff options
context:
space:
mode:
authorNiclas Schwarzlose <15schnic@gmail.com>2020-09-15 18:10:41 +0200
committerGitHub <noreply@github.com>2020-09-15 18:10:41 +0200
commit81161bed41124a7a62bdaf5a349df0e8f2ff09bf (patch)
tree0f7664128b97d210ea70df5d0d3e11d327258c86 /compiler/rustc_error_codes/src
parent1c1bb1309f5b2e15438711b701f6ab59f04fd633 (diff)
downloadrust-81161bed41124a7a62bdaf5a349df0e8f2ff09bf.tar.gz
rust-81161bed41124a7a62bdaf5a349df0e8f2ff09bf.zip
Adjust spelling
Co-authored-by: Joshua Nelson <joshua@yottadb.com>
Diffstat (limited to 'compiler/rustc_error_codes/src')
-rw-r--r--compiler/rustc_error_codes/src/error_codes/E0118.md4
1 files 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 ddd4f498f0c..345ec341c3f 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: