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 76be9f9 commit 9d2e781Copy full SHA for 9d2e781
src/mir/index.md
@@ -38,7 +38,7 @@ This section introduces the key concepts of MIR, summarized here:
38
the end of a block
39
- (if you're not familiar with the term *basic block*, see the [background
40
chapter][cfg])
41
-- **Locals:** Memory locations alloated on the stack (conceptually, at
+- **Locals:** Memory locations allocated on the stack (conceptually, at
42
least), such as function arguments, local variables, and
43
temporaries. These are identified by an index, written with a
44
leading underscore, like `_1`. There is also a special "local"
0 commit comments