Skip to content

Commit 849b000

Browse files
nikomatsakislqd
authored andcommitted
Update src/borrow_check/region_inference/member_constraints.md
Co-Authored-By: lqd <remy.rakic+github@gmail.com>
1 parent f48f357 commit 849b000

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
@@ -3,7 +3,7 @@
33
A member constraint `'m member of ['c_1..'c_N]` expresses that the
44
region `'m` must be *equal* to some **choice regions** `'c_i` (for
55
some `i`). These constraints cannot be expressed by users, but they
6-
arise from `impl Trait` due to its lifetime capture rules. Consinder a
6+
arise from `impl Trait` due to its lifetime capture rules. Consider a
77
function such as the following:
88

99
```rust

0 commit comments

Comments
 (0)