Skip to content

Commit 47dc406

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

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
@@ -135,7 +135,7 @@ with different variance, lower bound constraints may be relevant.)
135135
### Upper bounds
136136

137137
The *upper bounds* are those lifetimes that *must outlive* `'0` --
138-
i.e., that `'0` must be *smaller* then. In our example, this would be
138+
i.e., that `'0` must be *smaller* than. In our example, this would be
139139
`'a`, because we have the constraint that `'a: '0`. In more complex
140140
examples, the chain may be more indirect.
141141

0 commit comments

Comments
 (0)