about summary refs log tree commit diff
path: root/src/librustc_error_codes/error_codes
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2020-07-11 17:34:11 +0200
committerGitHub <noreply@github.com>2020-07-11 17:34:11 +0200
commit472843834491b28b8dda558c50da2763574b4839 (patch)
treedd8d8ef2dabdc8834b04fbf7aa17d0d71f3e8936 /src/librustc_error_codes/error_codes
parent00980b6ccda5ca6d8039cd493a7aa7f487c47c0d (diff)
downloadrust-472843834491b28b8dda558c50da2763574b4839.tar.gz
rust-472843834491b28b8dda558c50da2763574b4839.zip
Improve wording
Diffstat (limited to 'src/librustc_error_codes/error_codes')
-rw-r--r--src/librustc_error_codes/error_codes/E0718.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_error_codes/error_codes/E0718.md b/src/librustc_error_codes/error_codes/E0718.md
index bb401ef6e2d..1fe62ecf1f4 100644
--- a/src/librustc_error_codes/error_codes/E0718.md
+++ b/src/librustc_error_codes/error_codes/E0718.md
@@ -1,4 +1,4 @@
-A `#[lang = ".."]` attribute was placed on the wrong type of item.
+A `#[lang = ".."]` attribute was placed on the wrong item type.
 
 Erroneous code example: