We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f48f357 commit 849b000Copy full SHA for 849b000
src/borrow_check/region_inference/member_constraints.md
@@ -3,7 +3,7 @@
3
A member constraint `'m member of ['c_1..'c_N]` expresses that the
4
region `'m` must be *equal* to some **choice regions** `'c_i` (for
5
some `i`). These constraints cannot be expressed by users, but they
6
-arise from `impl Trait` due to its lifetime capture rules. Consinder a
+arise from `impl Trait` due to its lifetime capture rules. Consider a
7
function such as the following:
8
9
```rust
0 commit comments