File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ var used = [];
14
14
* Chai version
15
15
*/
16
16
17
- exports . version = '4.3.3 ' ;
17
+ exports . version = '4.3.8 ' ;
18
18
19
19
/*!
20
20
* Assertion Error
@@ -8608,6 +8608,7 @@ var config = require('../config');
8608
8608
* messages or should be truncated.
8609
8609
*
8610
8610
* @param {Mixed } javascript object to inspect
8611
+ * @returns {string } stringified object
8611
8612
* @name objDisplay
8612
8613
* @namespace Utils
8613
8614
* @api public
@@ -9062,7 +9063,7 @@ var flag = require('./flag');
9062
9063
/**
9063
9064
* ### .test(object, expression)
9064
9065
*
9065
- * Test and object for expression.
9066
+ * Test an object for expression.
9066
9067
*
9067
9068
* @param {Object } object (constructed Assertion)
9068
9069
* @param {Arguments } chai.Assertion.prototype.assert arguments
You can’t perform that action at this time.
0 commit comments