Skip to content

Commit 43fc9a3

Browse files
Jaic1tshepang
andauthored
Typo in src/mir/passes.md
accidently -> accidentally Co-authored-by: Tshepang Mbambo <[email protected]>
1 parent 779fc50 commit 43fc9a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mir/passes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ a `&'tcx Steal<Body<'tcx>>`, allocated using `tcx.alloc_steal_mir()`.
7373
This indicates that the result may be **stolen** by a subsequent query – this is an
7474
optimization to avoid cloning the MIR. Attempting to use a stolen
7575
result will cause a panic in the compiler. Therefore, it is important
76-
that you do not accidently read from these intermediate queries without
76+
that you do not accidentally read from these intermediate queries without
7777
the consideration of the dependency in the MIR processing pipeline.
7878

7979
Because of this stealing mechanism, some care must be taken to

0 commit comments

Comments
 (0)