From 3fdec6d25e0a86c68c050f7c0d676c2b1dafbd4b Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Tue, 27 Oct 2015 00:47:28 -0700 Subject: [PATCH] Add missing comma to `baseFind` description. [ci skip] --- lodash.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`. *