Bump to v4.3.0.

This commit is contained in:
John-David Dalton
2016-02-07 23:23:22 -08:00
parent f18e5950b9
commit 8bff780a94
44 changed files with 347 additions and 75 deletions

View File

@@ -3,7 +3,7 @@ import isFunction from './isFunction';
/**
* The base implementation of `_.functions` which creates an array of
* `object` function property names filtered from those provided.
* `object` function property names filtered from `props`.
*
* @private
* @param {Object} object The object to inspect.