Change second param of _.invokeMap as path in docs. [ci skip]

This commit is contained in:
Dan J Miller
2016-06-24 23:40:41 -02:30
committed by John-David Dalton
parent 50bf1ea784
commit 32158935f8

View File

@@ -8921,8 +8921,8 @@
/**
* Invokes the method at `path` of each element in `collection`, returning
* 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
* invoked for and `this` bound to, each element in `collection`.
* are provided to each invoked method. If `path` is a function, it's invoked
* for, and `this` bound to, each element in `collection`.
*
* @static
* @memberOf _