Rollup merge of #30798 - erickt:fix-doc, r=apasel422

This commit is contained in:
Simonas Kazlauskas 2016-01-11 21:17:53 +02:00
commit 584e145e43
1 changed files with 1 additions and 1 deletions

View File

@ -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