From d6af7ccd97b9e654a85fe5ba93353630c6e6dbab Mon Sep 17 00:00:00 2001 From: iampi31415 <202419735+iampi31415@users.noreply.github.com> Date: Thu, 26 Jun 2025 14:58:56 +0100 Subject: [PATCH] Swap places for 2 words in associated-items.md sentence. The sentence is a mouthful. This improves the grammar just slightly (imho). --- src/items/associated-items.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/items/associated-items.md b/src/items/associated-items.md index 845d0fd66..c2e3c8dac 100644 --- a/src/items/associated-items.md +++ b/src/items/associated-items.md @@ -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.