We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e760ac commit eaca46cCopy full SHA for eaca46c
src/items/traits.md
@@ -72,7 +72,7 @@ Object safe traits can be the base trait of a [trait object]. A trait is
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.
75
- * otherwise this method is non-dispatchable from a trait object
+ * otherwise this method is non-dispatchable from a trait object.
76
* It must not have any associated constants.
77
* All [supertraits] must also be object safe.
78
0 commit comments