Cleanup tag order.

This commit is contained in:
John-David Dalton
2017-01-16 23:55:06 -08:00
parent 401016d260
commit be6a50b0ed
13 changed files with 13 additions and 13 deletions

2
lte.js
View File

@@ -9,7 +9,7 @@ import toNumber from './toNumber.js';
* @param {*} other The other value to compare.
* @returns {boolean} Returns `true` if `value` is less than or equal to
* `other`, else `false`.
* @see gt, lt, gte
* @see gt, gte, lt
* @example
*
* lte(1, 3);