[algorithm.tristate_lexicographical_compare] Fix document's typo.

This commit is contained in:
Mitsuru Kariya 2013-09-02 21:56:30 +09:00
parent c2251ce7ea
commit d72b4e74ac

View file

@ -25,8 +25,8 @@ Interface
Returns 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 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).
| 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. | 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. | Otherwise, returns a zero value.
Remarks Remarks