Fix typo in comment

This commit is contained in:
Anderson Aguiar
2015-09-22 22:06:00 -03:00
parent ba9cfc3b26
commit bc651e886d

View File

@@ -2371,7 +2371,7 @@
* @private * @private
* @param {Object} object The object to inspect. * @param {Object} object The object to inspect.
* @param {Object} source The object of property values to match. * @param {Object} source The object of property values to match.
* @param {Array} matchData The propery names, values, and compare flags to match. * @param {Array} matchData The property names, values, and compare flags to match.
* @param {Function} [customizer] The function to customize comparisons. * @param {Function} [customizer] The function to customize comparisons.
* @returns {boolean} Returns `true` if `object` is a match, else `false`. * @returns {boolean} Returns `true` if `object` is a match, else `false`.
*/ */
@@ -4027,7 +4027,7 @@
var getLength = baseProperty('length'); var getLength = baseProperty('length');
/** /**
* Gets the propery names, values, and compare flags of `object`. * Gets the property names, values, and compare flags of `object`.
* *
* @private * @private
* @param {Object} object The object to query. * @param {Object} object The object to query.