Fix documentation typo in std::iter::Iterator::collect_into
This commit is contained in:
parent
698db856de
commit
4392230c08
1 changed files with 1 additions and 1 deletions
|
@ -2142,7 +2142,7 @@ pub trait Iterator {
|
|||
/// passed collection. The collection is then returned, so the call chain
|
||||
/// can be continued.
|
||||
///
|
||||
/// 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
|
||||
/// the iterator items to it.
|
||||
///
|
||||
/// This method is a convenience method to call [Extend::extend](trait.Extend.html),
|
||||
|
|
Loading…
Add table
Reference in a new issue