Fix _.isMatchWith doc typo. [ci skip]

This commit is contained in:
think2011
2016-01-13 23:01:56 +08:00
committed by John-David Dalton
parent 1ef22e976d
commit 8b6bd8442e

View File

@@ -9716,7 +9716,7 @@
/**
* This method is like `_.isMatch` except that it accepts `customizer` which
* is invoked to compare values. If `customizer` returns `undefined` comparisons
* are handled by the method instead. The `customizer` is invoked with three
* are handled by the method instead. The `customizer` is invoked with five
* arguments: (objValue, srcValue, index|key, object, source).
*
* @static