Skip to content

Commit 37881f5

Browse files
authored
Update src/items/associated-items.md
1 parent 3970ed3 commit 37881f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/items/associated-items.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ The identifier is the name of the declared type alias. The optional trait bounds
224224
must be fulfilled by the implementations of the type alias.
225225
There is an implicit [`Sized`] bound on associated types that can be relaxed using the special `?Sized` bound.
226226

227-
An *associated type definition* defines a type alias on for the implementation
227+
An *associated type definition* defines a type alias for the implementation
228228
of a trait on a type. They are written similarly to an *associated type declaration*,
229229
but cannot contain `Bounds`, but instead must contain a `Type`:
230230

0 commit comments

Comments
 (0)