docs: correct doesNotDecreaseBy name (#1285) (#1286)

Co-authored-by: Issei Horie <is2ei.horie@gmail.com>
This commit is contained in:
Horie Issei 2021-02-04 20:08:53 +09:00 committed by GitHub
parent 4ce3ca83e5
commit ad385b8481
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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_