Fix object doc param typo for equalByTag. [ci skip]

This commit is contained in:
jdalton
2015-06-04 21:15:09 -07:00
parent 56f199bd69
commit 948faf6cf9

View File

@@ -3840,7 +3840,7 @@
* `Boolean`, `Date`, `Error`, `Number`, `RegExp`, or `String`.
*
* @private
* @param {Object} value The object to compare.
* @param {Object} object The object to compare.
* @param {Object} other The other object to compare.
* @param {string} tag The `toStringTag` of the objects to compare.
* @returns {boolean} Returns `true` if the objects are equivalent, else `false`.