Skip to content

Commit 5e8efd6

Browse files
authored
Fix typo
1 parent 60cd80a commit 5e8efd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/items/associated-items.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ associated type definition. Furthermore, if `Item` is a type parameter, then
221221
`Item::Assoc` can be used in type parameters.
222222

223223
Associated types may include [generic parameters] or [where clauses]; these may
224-
be referred to generic associated types, or GATs. If the type `Thing` has an
224+
be referred to as generic associated types, or GATs. If the type `Thing` has an
225225
associated type `Item` from a trait `Trait` with the generics `<'a>` , the type
226226
can be named like `<Thing as Trait>::Item<'x>`, where `'x` is some lifetime in
227227
scope. In this case, `'x` will be used wherever `'a` appears in the associated

0 commit comments

Comments
 (0)