Update placeholder param description of createRecurryWrapper. [ci skip]

This commit is contained in:
John-David Dalton
2016-02-21 16:57:06 -08:00
parent 887cb55919
commit 1517745a6a

View File

@@ -4517,7 +4517,7 @@
* @param {Function} func The function to wrap.
* @param {number} bitmask The bitmask of wrapper flags. See `createWrapper` for more details.
* @param {Function} wrapFunc The function to create the `func` wrapper.
* @param {*} placeholder The placeholder to replace.
* @param {*} placeholder The placeholder value.
* @param {*} [thisArg] The `this` binding of `func`.
* @param {Array} [partials] The arguments to prepend to those provided to the new function.
* @param {Array} [holders] The `partials` placeholder indexes.