Skip to content

Commit 32b5763

Browse files
nikomatsakislqd
authored andcommitted
Update src/borrow_check/region_inference/lifetime_parameters.md
Co-Authored-By: lqd <[email protected]>
1 parent b71caff commit 32b5763

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/borrow_check/region_inference/lifetime_parameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ As noted previously, the value that we infer for each region is a set
6464
`{E}`. The elements of this set can be points in the control-flow
6565
graph, but they can also be an element `end('a)` corresponding to each
6666
universal lifetime `'a`. If the value for some region `R0` includes
67-
`end('a`), then this implies that R0 must extend until the end of `'a`
67+
`end('a`), then this implies that `R0` must extend until the end of `'a`
6868
in the caller.
6969

7070
## The "value" of a universal region

0 commit comments

Comments
 (0)