We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2b2669 commit c9f96b1Copy full SHA for c9f96b1
src/items/implementations.md
@@ -51,7 +51,7 @@ The nominal type is called the _implementing type_ and the associable items are
51
the _associated items_ to the implementing type.
52
53
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
+The path of the associated item consists of a path to the implementing type followed by
55
the associate item's path component. Inherent implementations cannot contain
56
associated type aliases.
57
0 commit comments