mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2024-11-25 00:43:44 +00:00
[algorithm.tristate_lexicographical_compare] Fix document's typo.
This commit is contained in:
parent
c2251ce7ea
commit
d72b4e74ac
1 changed files with 2 additions and 2 deletions
|
@ -25,8 +25,8 @@ Interface
|
|||
Returns
|
||||
========================================
|
||||
|
||||
| A value less than zero if the sequence of elements defined by the range [first1,last1) is lexicographically less than the sequence of elements defined by the range [first2,last2) and false otherwise.
|
||||
| A value greater than zero if the sequence of elements defined by the range [first1,last1) is lexicographically greater than the sequence of elements defined by the range [first2,last2) and false otherwise.
|
||||
| A value less than zero if the sequence of elements defined by the range [first1,last1) is lexicographically less than the sequence of elements defined by the range [first2,last2).
|
||||
| Otherwise, a value greater than zero if the sequence of elements defined by the range [first1,last1) is lexicographically greater than the sequence of elements defined by the range [first2,last2).
|
||||
| Otherwise, returns a zero value.
|
||||
|
||||
Remarks
|
||||
|
|
Loading…
Reference in a new issue