提交 5e1e2456 编写于 作者: B bors

auto merge of #18029 : Ms2ger/rust/patch-1, r=huonw

......@@ -873,7 +873,7 @@ pub trait OrdIterator<A> {
/// element in the iterator and all elements are equal.
///
/// On an iterator of length `n`, `min_max` does `1.5 * n` comparisons,
/// 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.
///
/// # Example
///
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册