We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaca46c commit 687d09cCopy full SHA for 687d09c
src/items/traits.md
@@ -68,7 +68,7 @@ Object safe traits can be the base trait of a [trait object]. A trait is
68
*object safe* if it has the following qualities (defined in [RFC 255]):
69
70
* It must not require `Self: Sized`
71
-* All associated functions must either have a `where Self: Sized` bound (reciever type of `self: Self`implies this), or
+* All associated functions must either have a `where Self: Sized` bound (reciever type of `self: Self` implies this), or
72
* Not have any type parameters (although lifetime parameters are allowed),
73
and
74
* Be a [method] that does not use `Self` except in the type of the receiver.
0 commit comments