Fix a typo in rustc_mir::build::scope's documentation
This commit is contained in:
parent
d70ab2bdf1
commit
cd1f0b75f3
@ -34,7 +34,7 @@
|
|||||||
matches, it sometimes happen that certain code (namely guards) gets
|
matches, it sometimes happen that certain code (namely guards) gets
|
||||||
executed multiple times. This means that the scope lexical scope may
|
executed multiple times. This means that the scope lexical scope may
|
||||||
in fact correspond to multiple, disjoint SEME regions. So in fact our
|
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
|
### Drops
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user