File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2039,9 +2039,10 @@ \section{Comparing Sequences and Other Types \label{comparing}}
20392039the lexicographical comparison is carried out recursively. If all
20402040items of two sequences compare equal, the sequences are considered
20412041equal. If one sequence is an initial sub-sequence of the other, the
2042- shorter sequence is the smaller one. Lexicographical ordering for
2043- strings uses the \ASCII {} ordering for individual characters. Some
2044- examples of comparisons between sequences with the same types:
2042+ shorter sequence is the smaller (lesser) one. Lexicographical
2043+ ordering for strings uses the \ASCII {} ordering for individual
2044+ characters. Some examples of comparisons between sequences with the
2045+ same types:
20452046
20462047\begin {verbatim }
20472048(1, 2, 3) < (1, 2, 4)
You can’t perform that action at this time.
0 commit comments