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