Skip to content

Commit cd1f0b7

Browse files
committed
Fix a typo in rustc_mir::build::scope's documentation
1 parent d70ab2b commit cd1f0b7

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)