We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
std::cmp::Ord
1 parent 722b3ee commit 5b342b7Copy full SHA for 5b342b7
library/core/src/cmp.rs
@@ -740,7 +740,7 @@ impl<T: Clone> Clone for Reverse<T> {
740
/// - Two sequences are compared element by element.
741
/// - The first mismatching element defines which sequence is lexicographically less or greater than the other.
742
/// - If one sequence is a prefix of another, the shorter sequence is lexicographically less than the other.
743
-/// - If two sequence have equivalent elements and are of the same length, then the sequences are lexicographically equal.
+/// - If two sequences have equivalent elements and are of the same length, then the sequences are lexicographically equal.
744
/// - An empty sequence is lexicographically less than any non-empty sequence.
745
/// - Two empty sequences are lexicographically equal.
746
///
0 commit comments