@@ -20,7 +20,7 @@ import lt from './lt';
* _.minBy(objects, function(o) { return o.n; });
* // => { 'n': 1 }
*
* // using the `_.property` iteratee shorthand
* // The `_.property` iteratee shorthand.
* _.minBy(objects, 'n');
*/
The note is not visible to the blocked user.