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.
2 parents aa30d94 + 5c61b38 commit dd6f306Copy full SHA for dd6f306
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