Skip to content

Commit 66a7e73

Browse files
authored
Update miri.md: correct a minor typo (rust-lang#1334)
1 parent 64ccc62 commit 66a7e73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/miri.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ evaluation. `_0` always refers to that location directly.
8888

8989
After the evaluation is done, the return value is converted from [`Operand`] to
9090
[`ConstValue`] by [`op_to_const`]: the former representation is geared towards
91-
what is needed *during* cost evaluation, while [`ConstValue`] is shaped by the
91+
what is needed *during* const evaluation, while [`ConstValue`] is shaped by the
9292
needs of the remaining parts of the compiler that consume the results of const
9393
evaluation. As part of this conversion, for types with scalar values, even if
9494
the resulting [`Operand`] is `Indirect`, it will return an immediate

0 commit comments

Comments
 (0)