Skip to content

Commit 98926c5

Browse files
authored
fix typo (#2043)
line 320: original: "valtree back a to MIR constant" updated: "valtree back to a MIR constant"
1 parent d194bc5 commit 98926c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mir/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ compile-time and thus we cannot make any assumptions about them. References on t
317317
ignore their address and just look at the backing value. We must make sure that the pointer values
318318
of the references are not observable at compile time. We thus encode `&42` exactly like `42`.
319319
Any conversion from
320-
valtree back a to MIR constant value must reintroduce an actual indirection. At codegen time the
320+
valtree back to a MIR constant value must reintroduce an actual indirection. At codegen time the
321321
addresses may be deduplicated between multiple uses or not, entirely depending on arbitrary
322322
optimization choices.
323323

0 commit comments

Comments
 (0)