File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ r[lifetime-elision.function.output-lifetime]
32
32
* If there is exactly one lifetime used in the parameters (elided or not), that
33
33
lifetime is assigned to * all* elided output lifetimes.
34
34
35
- r[ lifetime-elision.function.reciever -lifetime]
35
+ r[ lifetime-elision.function.receiver -lifetime]
36
36
In method signatures there is another rule
37
37
38
38
* If the receiver has type ` &Self ` or ` &mut Self ` , then the lifetime of that
Original file line number Diff line number Diff line change @@ -339,7 +339,7 @@ mod b {
339
339
# fn main () {}
340
340
```
341
341
342
- r[ path.qualifier.super.repetion ]
342
+ r[ path.qualifier.super.repetition ]
343
343
` super ` may be repeated several times after the first ` super ` or ` self ` to refer to
344
344
ancestor modules.
345
345
@@ -435,7 +435,7 @@ r[path.canonical.bare-impl-prefix]
435
435
For bare implementations, it is the canonical path of the item being implemented
436
436
surrounded by <span class =" parenthetical " >angle (` <> ` )</span > brackets.
437
437
438
- r[ path.canonical.trait-impl-preifx ]
438
+ r[ path.canonical.trait-impl-prefix ]
439
439
For [ trait implementations] , it is the canonical path of the item being implemented
440
440
followed by ` as ` followed by the canonical path to the trait all surrounded in
441
441
<span class =" parenthetical " >angle (` <> ` )</span > brackets.
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ r[lang-types.box.deref]
20
20
from. This means that the ` * ` operator and the destructor of ` Box<T> ` are
21
21
built-in to the language.
22
22
23
- r[ lang-types.box.reciever ]
23
+ r[ lang-types.box.receiver ]
24
24
* [ Methods] can take ` Box<Self> ` as a receiver.
25
25
26
26
r[ lang-types.box.fundamental]
You can’t perform that action at this time.
0 commit comments