Skip to content

Commit

Permalink
Fix the formatting of the documentation for OrdIterator.min_max.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ms2ger committed Oct 14, 2014
1 parent 1c3ddd2 commit 0e1e9cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcore/iter.rs
Expand Up @@ -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
///
Expand Down

5 comments on commit 0e1e9cb

@bors
Copy link
Contributor

@bors bors commented on 0e1e9cb Oct 14, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from huonw
at Ms2ger@0e1e9cb

@bors
Copy link
Contributor

@bors bors commented on 0e1e9cb Oct 14, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging Ms2ger/rust/patch-1 = 0e1e9cb into auto

@bors
Copy link
Contributor

@bors bors commented on 0e1e9cb Oct 14, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ms2ger/rust/patch-1 = 0e1e9cb merged ok, testing candidate = 5e1e245

@bors
Copy link
Contributor

@bors bors commented on 0e1e9cb Oct 14, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on 0e1e9cb Oct 14, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = 5e1e245

Please sign in to comment.