File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -740,7 +740,7 @@ impl<T: Clone> Clone for Reverse<T> {
740
740
/// - Two sequences are compared element by element.
741
741
/// - The first mismatching element defines which sequence is lexicographically less or greater than the other.
742
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.
743
+ /// - If two sequences have equivalent elements and are of the same length, then the sequences are lexicographically equal.
744
744
/// - An empty sequence is lexicographically less than any non-empty sequence.
745
745
/// - Two empty sequences are lexicographically equal.
746
746
///
You can’t perform that action at this time.
0 commit comments