Minor doc nit for _.runInContext. [ci skip]

This commit is contained in:
John-David Dalton
2014-01-26 14:44:11 -08:00
parent adbebf7ecc
commit 752545ec0e

View File

@@ -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