Skip to content

Commit dd6f306

Browse files
committed
Merge pull request rust-lang#162 from robinst/patch-1
Fix "&mut sef" typo in RFC 39 Lifetime Elision
2 parents aa30d94 + 5c61b38 commit dd6f306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

active/0039-lifetime-elision.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Lifetime positions can appear as either "input" or "output":
112112
is assigned to _all_ elided output lifetimes.
113113

114114
* 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.
115+
`&mut self`, the lifetime of `self` is assigned to _all_ elided output lifetimes.
116116

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

0 commit comments

Comments
 (0)