Skip to content

Commit

Permalink
docs: correct doesNotDecreaseBy name (#1285) (#1286)
Browse files Browse the repository at this point in the history
Co-authored-by: Issei Horie <is2ei.horie@gmail.com>
  • Loading branch information
is2ei and Issei Horie authored Feb 4, 2021
1 parent 4ce3ca8 commit ad385b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/chai/interface/assert.js
Original file line number Diff line number Diff line change
Expand Up @@ -2832,7 +2832,7 @@ module.exports = function (chai, util) {
* var fn = function() { obj.val = 5 };
* assert.doesNotDecreaseBy(fn, obj, 'val', 1);
*
* @name doesNotDecrease
* @name doesNotDecreaseBy
* @param {Function} modifier function
* @param {Object} object or getter function
* @param {String} property name _optional_
Expand Down

0 comments on commit ad385b8

Please sign in to comment.