diff --git a/lodash.js b/lodash.js index ed0264a3c..7001d3a48 100644 --- a/lodash.js +++ b/lodash.js @@ -8341,6 +8341,7 @@ * _.countBy([6.1, 4.2, 6.3], Math.floor); * // => { '4': 1, '6': 2 } * + * // The `_.property` iteratee shorthand. * _.countBy(['one', 'two', 'three'], 'length'); * // => { '3': 2, '5': 1 } */