Skip to content

Commit 79ca060

Browse files
committed
Improve structure of path description sentence
1 parent f91d94a commit 79ca060

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/items/implementations.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ implementing type. Inherent implementations can contain [associated
5555
functions] (including methods) and [associated constants]. They cannot
5656
contain associated type aliases.
5757

58-
The [path] to an associated item is: any path to the implementing type,
59-
followed by the path to the associate item within the inherent
60-
implementation.
58+
The [path] to an associated item has the following structure: any path
59+
to the implementing type, followed by the type path to the associate item
60+
within the inherent implementation.
6161

6262
A type can also have multiple inherent implementations. An implementing type
6363
must be defined within the same crate as the original type definition.

0 commit comments

Comments
 (0)