diff --git a/lodash.js b/lodash.js index c44b0b0e1..d16d7bff2 100644 --- a/lodash.js +++ b/lodash.js @@ -6465,7 +6465,7 @@ * @example * * _.sortedUniqBy([1.1, 1.2, 2.3, 2.4], Math.floor); - * // => [1.1, 2.2] + * // => [1.1, 2.3] */ function sortedUniqBy(array, iteratee) { return (array && array.length)