Rollup merge of #99316 - tshepang:clearer, r=compiler-errors
docs: add missing word
This commit is contained in:
commit
4805c215c8
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ can be broken down into several distinct phases:
|
||||||
|
|
||||||
- regionck: after main is complete, the regionck pass goes over all
|
- regionck: after main is complete, the regionck pass goes over all
|
||||||
types looking for regions and making sure that they did not escape
|
types looking for regions and making sure that they did not escape
|
||||||
into places they are not in scope. This may also influence the
|
into places where they are not in scope. This may also influence the
|
||||||
final assignments of the various region variables if there is some
|
final assignments of the various region variables if there is some
|
||||||
flexibility.
|
flexibility.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue