Fix a typo in rustc_mir::build::scope's documentation
This commit is contained in:
parent
d70ab2bdf1
commit
cd1f0b75f3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue