diff options
| author | Who? Me?! <mark-i-m@users.noreply.github.com> | 2018-11-08 18:58:29 +0100 |
|---|---|---|
| committer | Who? Me?! <mark-i-m@users.noreply.github.com> | 2018-11-09 19:17:49 -0600 |
| commit | 9d37e01ac5ea6c5019d990a4f3b881170df492b8 (patch) | |
| tree | 13d3dee77d14bfe0a947f605a1542915359275b9 /src | |
| parent | 6b4d15869a9b386b703b2f836439b651afafa4e2 (diff) | |
| download | rust-9d37e01ac5ea6c5019d990a4f3b881170df492b8.tar.gz rust-9d37e01ac5ea6c5019d990a4f3b881170df492b8.zip | |
Grammar nit
Co-Authored-By: oli-obk <github35764891676564198441@oli-obk.de>
Diffstat (limited to 'src')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/mir/construction.md | 2 |
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 |
