Skip to content

Commit 12e883f

Browse files
ehussRadicalZephyr
andauthored
Apply suggestions from code review
Co-Authored-By: RadicalZephyr <[email protected]>
1 parent 79ca060 commit 12e883f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/items/implementations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ 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 has the following structure: any path
59-
to the implementing type, followed by the type path to the associate item
58+
The [path] to an associated item is any path
59+
to the implementing type, followed by the associated item's identifier as the final path component.
6060
within the inherent implementation.
6161

6262
A type can also have multiple inherent implementations. An implementing type

0 commit comments

Comments
 (0)