From 05b60871c5aade474c465e58a3d1095e6ec6fddc Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Sun, 9 Oct 2016 12:37:22 -0700 Subject: [PATCH] Minor `toSource` param description nit. [ci skip] --- lodash.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lodash.js b/lodash.js index 390ac5eec..bafc5e591 100644 --- a/lodash.js +++ b/lodash.js @@ -6695,7 +6695,7 @@ * Converts `func` to its source code. * * @private - * @param {Function} func The function to process. + * @param {Function} func The function to convert. * @returns {string} Returns the source code. */ function toSource(func) {