We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa30d94 commit 5c61b38Copy full SHA for 5c61b38
active/0039-lifetime-elision.md
@@ -112,7 +112,7 @@ Lifetime positions can appear as either "input" or "output":
112
is assigned to _all_ elided output lifetimes.
113
114
* If there are multiple input lifetime positions, but one of them is `&self` or
115
- `&mut sef`, the lifetime of `self` is assigned to _all_ elided output lifetimes.
+ `&mut self`, the lifetime of `self` is assigned to _all_ elided output lifetimes.
116
117
* Otherwise, it is an error to elide an output lifetime.
118
0 commit comments