Skip to content

Commit

Permalink
Fix "&mut sef" typo in RFC 39 Lifetime Elision
Browse files Browse the repository at this point in the history
  • Loading branch information
robinst committed Jul 14, 2014
1 parent aa30d94 commit 5c61b38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion active/0039-lifetime-elision.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ Lifetime positions can appear as either "input" or "output":
is assigned to _all_ elided output lifetimes.

* If there are multiple input lifetime positions, but one of them is `&self` or
`&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.

* Otherwise, it is an error to elide an output lifetime.

Expand Down

0 comments on commit 5c61b38

Please sign in to comment.