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