Update src/borrow_check/region_inference/lifetime_parameters.md

Co-Authored-By: lqd <remy.rakic+github@gmail.com>
This commit is contained in:
Niko Matsakis 2019-06-24 14:34:40 -04:00 committed by Who? Me?!
parent 849b00019c
commit fcdf8c16e8
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ As noted previously, the value that we infer for each region is a set
`{E}`. The elements of this set can be points in the control-flow `{E}`. The elements of this set can be points in the control-flow
graph, but they can also be an element `end('a)` corresponding to each graph, but they can also be an element `end('a)` corresponding to each
universal lifetime `'a`. If the value for some region `R0` includes universal lifetime `'a`. If the value for some region `R0` includes
`end('a`), then this implies that R0 must extend until the end of `'a` `end('a`), then this implies that `R0` must extend until the end of `'a`
in the caller. in the caller.
## The "value" of a universal region ## The "value" of a universal region