about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorDylan DPC <dylan.dpc@gmail.com>2019-12-23 12:55:33 +0530
committerGitHub <noreply@github.com>2019-12-23 12:55:33 +0530
commit256eec4ae0653e35cdd39261a2b59d69c91b1a71 (patch)
tree6da1b9f2f74bf5f1f128773ebabc5798cbacfde3 /src
parent1474d2a41a32f7f969c7d924ea917a1390ebe1c6 (diff)
downloadrust-256eec4ae0653e35cdd39261a2b59d69c91b1a71.tar.gz
rust-256eec4ae0653e35cdd39261a2b59d69c91b1a71.zip
Update E0124.md
Diffstat (limited to 'src')
-rw-r--r--src/librustc_error_codes/error_codes/E0124.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_error_codes/error_codes/E0124.md b/src/librustc_error_codes/error_codes/E0124.md
index f08f7e98005..8af7cb819cf 100644
--- a/src/librustc_error_codes/error_codes/E0124.md
+++ b/src/librustc_error_codes/error_codes/E0124.md
@@ -1,4 +1,4 @@
-A struct with two fields having the same name has been declared.
+A struct was declared with two fields having the same name.
 
 Erroneous code example: