about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorPär Karlsson <feinorgh@gmail.com>2019-01-25 08:43:56 +0100
committerPär Karlsson <feinorgh@gmail.com>2019-01-25 08:43:56 +0100
commitaf153cef0ce27e3b525c2c161afe469d2ffdbb57 (patch)
tree1226487ecf19348a038fc5514cdeef5095ec746b /src
parenta41ade7bc37360db40ab3111ce95acdfd9d0bcb3 (diff)
downloadrust-af153cef0ce27e3b525c2c161afe469d2ffdbb57.tar.gz
rust-af153cef0ce27e3b525c2c161afe469d2ffdbb57.zip
Fix wording in diagnostics page
Diffstat (limited to 'src')
-rw-r--r--src/librustc_typeck/diagnostics.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_typeck/diagnostics.rs b/src/librustc_typeck/diagnostics.rs
index c0a8dd87ee2..1f260d317e4 100644
--- a/src/librustc_typeck/diagnostics.rs
+++ b/src/librustc_typeck/diagnostics.rs
@@ -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.