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]
3232* If there is exactly one lifetime used in the parameters (elided or not), that
3333 lifetime is assigned to * all* elided output lifetimes.
3434
35- r[ lifetime-elision.function.reciever -lifetime]
35+ r[ lifetime-elision.function.receiver -lifetime]
3636In method signatures there is another rule
3737
3838* 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 {
339339# fn main () {}
340340```
341341
342- r[ path.qualifier.super.repetion ]
342+ r[ path.qualifier.super.repetition ]
343343` super ` may be repeated several times after the first ` super ` or ` self ` to refer to
344344ancestor modules.
345345
@@ -435,7 +435,7 @@ r[path.canonical.bare-impl-prefix]
435435For bare implementations, it is the canonical path of the item being implemented
436436surrounded by <span class =" parenthetical " >angle (` <> ` )</span > brackets.
437437
438- r[ path.canonical.trait-impl-preifx ]
438+ r[ path.canonical.trait-impl-prefix ]
439439For [ trait implementations] , it is the canonical path of the item being implemented
440440followed by ` as ` followed by the canonical path to the trait all surrounded in
441441<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]
2020 from. This means that the ` * ` operator and the destructor of ` Box<T> ` are
2121 built-in to the language.
2222
23- r[ lang-types.box.reciever ]
23+ r[ lang-types.box.receiver ]
2424* [ Methods] can take ` Box<Self> ` as a receiver.
2525
2626r[ lang-types.box.fundamental]
You can’t perform that action at this time.
0 commit comments