We want to improve the documentation of the compareTo methods by doing the following:
// For the Zero type, replace...
Returns zero if this number equals the other one, a negative number if it's less than the other one, or a positive number if it's greater than the other one.
// ... by
Returns a negative integer, zero, or a positive integer as this number is less than, equal to, or greater than the other one.
This wording change should be done similarly on all compareTo methods provided by Kotools Types.
📝 Description
We want to improve the documentation of the
compareTo
methods by doing the following:This wording change should be done similarly on all
compareTo
methods provided by Kotools Types.