We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 181538a + 0e1e9cb commit 5e1e245Copy full SHA for 5e1e245
src/libcore/iter.rs
@@ -873,7 +873,7 @@ pub trait OrdIterator<A> {
873
/// element in the iterator and all elements are equal.
874
///
875
/// On an iterator of length `n`, `min_max` does `1.5 * n` comparisons,
876
- /// and so faster than calling `min` and `max separately which does `2 * n` comparisons.
+ /// and so is faster than calling `min` and `max` separately which does `2 * n` comparisons.
877
878
/// # Example
879
0 commit comments