Skip to content

Commit 5e1e245

Browse files
committed
auto merge of #18029 : Ms2ger/rust/patch-1, r=huonw
2 parents 181538a + 0e1e9cb commit 5e1e245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/iter.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -873,7 +873,7 @@ pub trait OrdIterator<A> {
873873
/// element in the iterator and all elements are equal.
874874
///
875875
/// 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.
876+
/// and so is faster than calling `min` and `max` separately which does `2 * n` comparisons.
877877
///
878878
/// # Example
879879
///

0 commit comments

Comments
 (0)