Fix wording in diagnostics page

This commit is contained in:
Pär Karlsson 2019-01-25 08:43:56 +01:00
parent a41ade7bc3
commit af153cef0c

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.