Skip to content

Commit 58f3730

Browse files
JOE1994spastorino
authored andcommitted
typo fix (#444)
that would get compile to => that would get compiled to
1 parent 079a0dd commit 58f3730

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mir/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ only reference places and constants. Moreover, when you use a place,
185185
we indicate whether we are **copying it** (which requires that the
186186
place have a type `T` where `T: Copy`) or **moving it** (which works
187187
for a place of any type). So, for example, if we had the expression `x
188-
= a + b + c` in Rust, that would get compile to two statements and a
188+
= a + b + c` in Rust, that would get compiled to two statements and a
189189
temporary:
190190

191191
```mir

0 commit comments

Comments
 (0)