Skip to content

Commit 584e145

Browse files
committed
Rollup merge of rust-lang#30798 - erickt:fix-doc, r=apasel422
2 parents 6aaa606 + cd1f0b7 commit 584e145

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_mir/build/scope.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ you but duty compels me to mention. In the course of translating
3434
matches, it sometimes happen that certain code (namely guards) gets
3535
executed multiple times. This means that the scope lexical scope may
3636
in fact correspond to multiple, disjoint SEME regions. So in fact our
37-
mapping os from one scope to a vector of SEME regions.
37+
mapping is from one scope to a vector of SEME regions.
3838
3939
### Drops
4040

0 commit comments

Comments
 (0)