We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4e85203 + 4392230 commit 248bb0cCopy full SHA for 248bb0c
library/core/src/iter/traits/iterator.rs
@@ -2142,7 +2142,7 @@ pub trait Iterator {
2142
/// passed collection. The collection is then returned, so the call chain
2143
/// can be continued.
2144
///
2145
- /// This is useful when you already have a collection and wants to add
+ /// This is useful when you already have a collection and want to add
2146
/// the iterator items to it.
2147
2148
/// This method is a convenience method to call [Extend::extend](trait.Extend.html),
0 commit comments