Skip to content

Commit

Permalink
Fix a typo in rustc_mir::build::scope's documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
erickt committed Jan 9, 2016
1 parent d70ab2b commit cd1f0b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_mir/build/scope.rs
Expand Up @@ -34,7 +34,7 @@ you but duty compels me to mention. In the course of translating
matches, it sometimes happen that certain code (namely guards) gets
executed multiple times. This means that the scope lexical scope may
in fact correspond to multiple, disjoint SEME regions. So in fact our
mapping os from one scope to a vector of SEME regions.
mapping is from one scope to a vector of SEME regions.
### Drops
Expand Down

0 comments on commit cd1f0b7

Please sign in to comment.