We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 127abaa commit f5f6b4fCopy full SHA for f5f6b4f
src/miri.md
@@ -88,7 +88,7 @@ evaluation. `_0` always refers to that location directly.
88
89
After the evaluation is done, the return value is converted from [`Operand`] to
90
[`ConstValue`] by [`op_to_const`]: the former representation is geared towards
91
-what is needed *during* cost evaluation, while [`ConstValue`] is shaped by the
+what is needed *during* const evaluation, while [`ConstValue`] is shaped by the
92
needs of the remaining parts of the compiler that consume the results of const
93
evaluation. As part of this conversion, for types with scalar values, even if
94
the resulting [`Operand`] is `Indirect`, it will return an immediate
0 commit comments