We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3970ed3 commit 37881f5Copy full SHA for 37881f5
src/items/associated-items.md
@@ -224,7 +224,7 @@ The identifier is the name of the declared type alias. The optional trait bounds
224
must be fulfilled by the implementations of the type alias.
225
There is an implicit [`Sized`] bound on associated types that can be relaxed using the special `?Sized` bound.
226
227
-An *associated type definition* defines a type alias on for the implementation
+An *associated type definition* defines a type alias for the implementation
228
of a trait on a type. They are written similarly to an *associated type declaration*,
229
but cannot contain `Bounds`, but instead must contain a `Type`:
230
0 commit comments