Skip to content

Commit 687d09c

Browse files
guswynnbjorn3
andauthored
comment
Co-authored-by: bjorn3 <[email protected]>
1 parent eaca46c commit 687d09c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/items/traits.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Object safe traits can be the base trait of a [trait object]. A trait is
6868
*object safe* if it has the following qualities (defined in [RFC 255]):
6969

7070
* 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
71+
* All associated functions must either have a `where Self: Sized` bound (reciever type of `self: Self` implies this), or
7272
* Not have any type parameters (although lifetime parameters are allowed),
7373
and
7474
* Be a [method] that does not use `Self` except in the type of the receiver.

0 commit comments

Comments
 (0)