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