Skip to content

Commit d4a3c3b

Browse files
committed
Clarify wording describing trait associated item paths
1 parent c2aa49b commit d4a3c3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/items/implementations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ The nominal type is called the _implementing type_ and the associable items are
5151
the _associated items_ to the implementing type.
5252

5353
Inherent implementations associate the contained items to the implementing type.
54-
The associated item has a path of a path to the implementing type followed by
54+
The path of an associated item consists of a path to the implementing type followed by
5555
the associate item's path component. Inherent implementations cannot contain
5656
associated type aliases.
5757

0 commit comments

Comments
 (0)