Skip to content

Commit eaca46c

Browse files
authored
Update traits.md
1 parent 4e760ac commit eaca46c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/items/traits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Object safe traits can be the base trait of a [trait object]. A trait is
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.
75-
* otherwise this method is non-dispatchable from a trait object
75+
* otherwise this method is non-dispatchable from a trait object.
7676
* It must not have any associated constants.
7777
* All [supertraits] must also be object safe.
7878

0 commit comments

Comments
 (0)