]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_error_codes/error_codes/E0124.md
Update E0124.md
[rust.git] / src / librustc_error_codes / error_codes / E0124.md
index f08f7e9800551f3773fac6cc505d9bcfdf369ec8..8af7cb819cfafe9c6341ed3b3dcd9ff208b565b1 100644 (file)
@@ -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: