Fix baseIsEqual doc param typo. [ci skip]

This commit is contained in:
John-David Dalton
2014-06-03 09:27:22 -07:00
parent 7b4fd28ef1
commit d14d7ade85

View File

@@ -1737,7 +1737,7 @@
* @param {*} value The value to compare to `other`.
* @param {*} other The value to compare to `value`.
* @param {Function} [callback] The function to customize comparing values.
* @param {Function} [isWhere=false] A flag to indicate performing partial comparisons.
* @param {boolean} [isWhere=false] A flag to indicate performing partial comparisons.
* @param {Array} [stackA=[]] Tracks traversed `value` objects.
* @param {Array} [stackB=[]] Tracks traversed `other` objects.
* @returns {boolean} Returns `true` if the values are equivalent, else `false`.