diff --git a/chai.js b/chai.js index 5bde9bf66..690ca9d24 100644 --- a/chai.js +++ b/chai.js @@ -8101,7 +8101,7 @@ module.exports = function getActual(obj, args) { * inherited or not. * * @param {Object} object - * @returns {Array} + * @returns {!Array} * @namespace Utils * @name getEnumerableProperties * @api public @@ -8298,7 +8298,7 @@ module.exports = function getOwnEnumerablePropertySymbols(obj) { * inherited or not. * * @param {Object} object - * @returns {Array} + * @returns {!Array} * @namespace Utils * @name getProperties * @api public @@ -10457,7 +10457,7 @@ function internalSetPathValue(obj, val, parsed) { * * @param {Object} object * @param {String} path - * @returns {Object} info + * @returns {!Object} info * @namespace Utils * @name getPathInfo * @api public