Skip to content

Commit c9f96b1

Browse files
committed
Clarify wording describing trait associated item paths
1 parent f2b2669 commit c9f96b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/items/implementations.md

+1-1
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 the 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)