Skip to content

Commit 16e4900

Browse files
nikomatsakislqd
authored andcommitted
Update src/borrow_check/region_inference/member_constraints.md
Co-Authored-By: lqd <[email protected]>
1 parent 8c78b7d commit 16e4900

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/borrow_check/region_inference/member_constraints.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ bounds considering everything but member constraints).
124124

125125
Let `LB` be the current value of `'0`. We know then that `'0: LB` must
126126
hold, whatever the final value of `'0` is. Therefore, we can rule out
127-
any choice where `'choice` where `'choice: LB` does not hold.
127+
any choice `'choice` where `'choice: LB` does not hold.
128128

129129
Unfortunately, in our example, this is not very helpful. The lower
130130
bound for `'0` will just be the liveness set `{L}`, and we know that

0 commit comments

Comments
 (0)