about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/librustc_error_codes/error_codes/E0220.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_error_codes/error_codes/E0220.md b/src/librustc_error_codes/error_codes/E0220.md
index 4ab52b642d5..ddc54007c8c 100644
--- a/src/librustc_error_codes/error_codes/E0220.md
+++ b/src/librustc_error_codes/error_codes/E0220.md
@@ -1,4 +1,4 @@
-A used associated type wasn't defined in the trait.
+The associated type used was not defined in the trait.
 
 Erroneous code example: