Add missing comma to baseFind description. [ci skip]

This commit is contained in:
John-David Dalton
2015-10-27 00:47:28 -07:00
parent 557af10067
commit 3fdec6d25e

View File

@@ -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`.
*