Skip to content

Conversation

steveklabnik
Copy link
Contributor

Fixes #26620

@rust-highfive
Copy link
Contributor

r? @huonw

(rust_highfive has picked a reviewer for you, use r? to override)

@@ -166,6 +166,8 @@ impl Ordering {
///
/// - total and antisymmetric: exactly one of `a < b`, `a == b` or `a > b` is true; and
/// - transitive, `a < b` and `b < c` implies `a < c`. The same must hold for both `==` and `>`.
///
/// When this trait is `derive`d, it produces a lexographic ordering.
Copy link
Member

Choose a reason for hiding this comment

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

lexicographic?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

i am the worst speller that ever spelled

@alexcrichton
Copy link
Member

r=me

@steveklabnik
Copy link
Contributor Author

@bors: r=alexcrichton rollup

@bors
Copy link
Collaborator

bors commented Jun 30, 2015

📌 Commit 8b81f76 has been approved by alexcrichton

steveklabnik added a commit to steveklabnik/rust that referenced this pull request Jun 30, 2015
bors added a commit that referenced this pull request Jun 30, 2015
@bors bors merged commit 8b81f76 into rust-lang:master Jul 1, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants