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