Skip to content

Commit 8c78b7d

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

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
@@ -11,7 +11,7 @@ fn make(a: &'a u32, b: &'b u32) -> impl Trait<'a, 'b> { .. }
1111
```
1212

1313
Here, the true return type (often called the "hidden type") is only
14-
permitted to capture the lifeimes `'a` or `'b`. You can kind of see
14+
permitted to capture the lifetimes `'a` or `'b`. You can kind of see
1515
this more clearly by desugaring that `impl Trait` return type into its
1616
more explicit form:
1717

0 commit comments

Comments
 (0)