mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-10 10:57:49 +00:00
Fix _.property documentation typo. [ci skip]
This commit is contained in:
@@ -10783,7 +10783,7 @@
|
|||||||
* var getName = _.property('user');
|
* var getName = _.property('user');
|
||||||
*
|
*
|
||||||
* _.map(users, getName);
|
* _.map(users, getName);
|
||||||
* // => ['fred', barney']
|
* // => ['fred', 'barney']
|
||||||
*
|
*
|
||||||
* _.pluck(_.sortBy(users, getName), 'user');
|
* _.pluck(_.sortBy(users, getName), 'user');
|
||||||
* // => ['barney', 'fred']
|
* // => ['barney', 'fred']
|
||||||
|
|||||||
Reference in New Issue
Block a user