Skip to content

Commit d6af7cc

Browse files
authored
Swap places for 2 words in associated-items.md sentence.
The sentence is a mouthful. This improves the grammar just slightly (imho).
1 parent 9571d4d commit d6af7cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/items/associated-items.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Specifically, there are [associated functions] (including methods), [associated
2424
[associated constants]: #associated-constants
2525

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

0 commit comments

Comments
 (0)