Skip to content

Commit e9fc99f

Browse files
authored
Merge pull request #1871 from iampi31415/patch-3
fix: swap places for 2 words in associated-items.md sentence.
2 parents 9571d4d + d6af7cc commit e9fc99f

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)