Skip to content

Commit 30ea647

Browse files
authored
Fixed typing error (rust-lang#1623)
1 parent 25b0c63 commit 30ea647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/const-eval/interpret.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ The next statement asserts that said boolean is `0`. In case the assertion
8282
fails, its error message is used for reporting a compile-time error.
8383

8484
Since it does not fail, `Operand::Immediate(Immediate::Scalar(Scalar::Raw {
85-
data: 4054, .. }))` is stored in the virtual memory was allocated before the
85+
data: 4054, .. }))` is stored in the virtual memory it was allocated before the
8686
evaluation. `_0` always refers to that location directly.
8787

8888
After the evaluation is done, the return value is converted from [`Operand`] to

0 commit comments

Comments
 (0)