Update src/borrow_check/region_inference/member_constraints.md

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

View File

@ -135,7 +135,7 @@ with different variance, lower bound constraints may be relevant.)
### Upper bounds
The *upper bounds* are those lifetimes that *must outlive* `'0` --
i.e., that `'0` must be *smaller* then. In our example, this would be
i.e., that `'0` must be *smaller* than. In our example, this would be
`'a`, because we have the constraint that `'a: '0`. In more complex
examples, the chain may be more indirect.