File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1255,7 +1255,7 @@ pub trait Iterator {
1255
1255
Fuse :: new ( self )
1256
1256
}
1257
1257
1258
- /// Do something with each element of an iterator, passing the value on.
1258
+ /// Does something with each element of an iterator, passing the value on.
1259
1259
///
1260
1260
/// When using iterators, you'll often chain several of them together.
1261
1261
/// While working on such code, you might want to check out what's
@@ -1548,7 +1548,7 @@ pub trait Iterator {
1548
1548
( left, right)
1549
1549
}
1550
1550
1551
- /// Reorder the elements of this iterator *in-place* according to the given predicate,
1551
+ /// Reorders the elements of this iterator *in-place* according to the given predicate,
1552
1552
/// such that all those that return `true` precede all those that return `false`.
1553
1553
/// Returns the number of `true` elements found.
1554
1554
///
You can’t perform that action at this time.
0 commit comments