about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWho? Me?! <mark-i-m@users.noreply.github.com>2018-11-08 18:58:29 +0100
committerWho? Me?! <mark-i-m@users.noreply.github.com>2018-11-09 19:17:49 -0600
commit9d37e01ac5ea6c5019d990a4f3b881170df492b8 (patch)
tree13d3dee77d14bfe0a947f605a1542915359275b9
parent6b4d15869a9b386b703b2f836439b651afafa4e2 (diff)
downloadrust-9d37e01ac5ea6c5019d990a4f3b881170df492b8.tar.gz
rust-9d37e01ac5ea6c5019d990a4f3b881170df492b8.zip
Grammar nit
Co-Authored-By: oli-obk <github35764891676564198441@oli-obk.de>
-rw-r--r--src/doc/rustc-dev-guide/src/mir/construction.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/mir/construction.md b/src/doc/rustc-dev-guide/src/mir/construction.md
index fec1df677ac..3c0fbd11a0a 100644
--- a/src/doc/rustc-dev-guide/src/mir/construction.md
+++ b/src/doc/rustc-dev-guide/src/mir/construction.md
@@ -90,7 +90,7 @@ basic block onto which the statements should be appended.
 
 There are essentially four kinds of representations one might want of an expression:
 
-* `Place` refers to a (or a part of) preexisting memory location (local, static, promoted)
+* `Place` refers to a (or part of a) preexisting memory location (local, static, promoted)
 * `Rvalue` is something that can be assigned to a `Place`
 * `Operand` is an argument to e.g. a `+` operation or a function call
 * a temporary variable containing a copy of the value