Skip to content

Commit

Permalink
Minor doc nit for _.runInContext. [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalton committed Jan 26, 2014
1 parent 92f1dc6 commit 3396abd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lodash.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3396abd

Please sign in to comment.