Rollup merge of #57890 - feinorgh:fix-diagnostics-typo, r=zackmdavis

Fix wording in diagnostics page

Fix a tiny wording error in the diagnostics text for E0070.
This commit is contained in:
Mazdak Farrokhzad 2019-01-25 16:59:31 +01:00 committed by GitHub
commit 0ae3d87d81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -763,7 +763,7 @@ function's return type and the value being returned.
"##,
E0070: r##"
The left-hand side of an assignment operator must be a place expression. An
The left-hand side of an assignment operator must be a place expression. A
place expression represents a memory location and can be a variable (with
optional namespacing), a dereference, an indexing expression or a field
reference.