diff --git a/lodash.js b/lodash.js index 21f9c80d0..d0cd637c0 100644 --- a/lodash.js +++ b/lodash.js @@ -643,7 +643,7 @@ } /** - * The base implementation of methods like `_.find` and `_.findKey` without + * The base implementation of methods like `_.find` and `_.findKey`, without * support for callback shorthands, which iterates over `collection` using * the provided `eachFunc`. *