mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-11 03:17:49 +00:00
Change second param of _.invokeMap as path in docs. [ci skip]
This commit is contained in:
committed by
John-David Dalton
parent
50bf1ea784
commit
32158935f8
@@ -8921,8 +8921,8 @@
|
|||||||
/**
|
/**
|
||||||
* Invokes the method at `path` of each element in `collection`, returning
|
* Invokes the method at `path` of each element in `collection`, returning
|
||||||
* an array of the results of each invoked method. Any additional arguments
|
* an array of the results of each invoked method. Any additional arguments
|
||||||
* are provided to each invoked method. If `methodName` is a function, it's
|
* are provided to each invoked method. If `path` is a function, it's invoked
|
||||||
* invoked for and `this` bound to, each element in `collection`.
|
* for, and `this` bound to, each element in `collection`.
|
||||||
*
|
*
|
||||||
* @static
|
* @static
|
||||||
* @memberOf _
|
* @memberOf _
|
||||||
|
|||||||
Reference in New Issue
Block a user