We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e70892 commit 38947d5Copy full SHA for 38947d5
src/mir/construction.md
@@ -90,7 +90,7 @@ basic block onto which the statements should be appended.
90
91
There are essentially four kinds of representations one might want of an expression:
92
93
-* `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)
94
* `Rvalue` is something that can be assigned to a `Place`
95
* `Operand` is an argument to e.g. a `+` operation or a function call
96
* a temporary variable containing a copy of the value
0 commit comments