From 752545ec0eb29c673ddac9db6560d87c304b163b Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Sun, 26 Jan 2014 14:44:11 -0800 Subject: [PATCH] Minor doc nit for `_.runInContext`. [ci skip] --- lodash.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lodash.js b/lodash.js index 5fef63a0c..cb10a922d 100644 --- a/lodash.js +++ b/lodash.js @@ -556,7 +556,7 @@ * @memberOf _ * @category Utilities * @param {Object} [context=root] The context object. - * @returns {Function} Returns the `lodash` function. + * @returns {Function} Returns a new `lodash` function. */ function runInContext(context) { // Avoid issues with some ES3 environments that attempt to use values, named