Skip to content

Commit e641c6f

Browse files
ehussRadicalZephyr
andcommitted
Apply suggestions from review feedback
Co-Authored-By: Geoff Shannon <[email protected]>
1 parent 79ca060 commit e641c6f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/items/implementations.md

+5-5
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 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.
58+
The [path] to an associated item is any path to the implementing type,
59+
followed by the associated item's identifier as the final path
60+
component.
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.
@@ -209,8 +209,8 @@ attributes].
209209
[_Visibility_]: visibility-and-privacy.html
210210
[_WhereClause_]: items/generics.html#where-clauses
211211
[trait]: items/traits.html
212-
[associated functions]: associated-items.html#associated-functions-and-methods
213-
[associated constants]: associated-items.html#associated-constants
212+
[associated functions]: items/associated-items.html#associated-functions-and-methods
213+
[associated constants]: items/associated-items.html#associated-constants
214214
[attributes]: attributes.html
215215
[`cfg`]: conditional-compilation.html
216216
[`deprecated`]: attributes.html#deprecation

0 commit comments

Comments
 (0)