Skip to content

Commit 45fc567

Browse files
Update src/borrow_check/region_inference/member_constraints.md
Co-Authored-By: Who? Me?! <mark-i-m@users.noreply.github.com>
1 parent ddf257a commit 45fc567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/borrow_check/region_inference/member_constraints.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ interesting to the point we are illustrating here).
6969

7070
The `'a: '0` and `'b: '1` constraints arise from subtyping. When we
7171
construct the `(a, b)` value, it will be assigned type `(&'0 u32, &'1
72-
u32)` -- the region variables reflect that the lifetime of this
72+
u32)` -- the region variables reflect that the lifetimes of these
7373
references could be made smaller. For this value to be created from
7474
`a` and `b`, however, we do require that:
7575

0 commit comments

Comments
 (0)