Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/items/associated-items.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Specifically, there are [associated functions] (including methods), [associated
[associated constants]: #associated-constants

r[items.associated.related]
Associated items are useful when the associated item logically is related to the
Associated items are useful when the associated item is logically related to the
associating item. For example, the `is_some` method on `Option` is intrinsically
related to Options, so should be associated.

Expand Down