]> git.lizzy.rs Git - rust.git/commitdiff
Fix wording in diagnostics page
authorPär Karlsson <feinorgh@gmail.com>
Fri, 25 Jan 2019 07:43:56 +0000 (08:43 +0100)
committerPär Karlsson <feinorgh@gmail.com>
Fri, 25 Jan 2019 07:43:56 +0000 (08:43 +0100)
src/librustc_typeck/diagnostics.rs

index c0a8dd87ee2d5460109d8d2b627df503d3bc3a9f..1f260d317e4c65a22cb0f33228f9d73f9d1a2bcb 100644 (file)
@@ -763,7 +763,7 @@ fn foo() -> u8 {
 "##,
 
 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.