We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0188ec6 + bbdff02 commit cbbe17aCopy full SHA for cbbe17a
src/libcore/iter/iterator.rs
@@ -1247,7 +1247,7 @@ pub trait Iterator {
1247
/// assert_eq!(vec![2, 4, 6], doubled);
1248
/// ```
1249
///
1250
- /// Because `collect()` cares about what you're collecting into, you can
+ /// Because `collect()` only cares about what you're collecting into, you can
1251
/// still use a partial type hint, `_`, with the turbofish:
1252
1253
0 commit comments