Skip to content

Commit 315b88a

Browse files
authored
iterators: remove weasel words (#3036)
This PR removes imprecise language ('weasel words') to align with the new precision guidelines in #3029. --- *Note: This PR was generated using Gemini. Please review the changes accordingly. If the new style is not desired for this section, feel free to close this PR.*
1 parent bfa36e7 commit 315b88a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/iterators/collect.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ There are two ways to specify the generic type `B` for this method:
3939
`Result<Vec<V>, E>`.
4040
- The reason type annotations are often needed with `collect` is because it's
4141
generic over its return type. This makes it harder for the compiler to infer
42-
the correct type in a lot of cases.
42+
the correct type in many cases.
4343

4444
</details>
4545

0 commit comments

Comments
 (0)