Skip to content

Commit

Permalink
Better docs for rename arguments and add property arg
Browse files Browse the repository at this point in the history
  • Loading branch information
vieiralucas committed Sep 12, 2016
1 parent c802d38 commit eec569e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/chai/core/assertions.js
Original file line number Diff line number Diff line change
Expand Up @@ -1959,7 +1959,7 @@ module.exports = function (chai, _) {
Assertion.addChainableMethod('changes', assertChanges);

/**
* ### .increase(function)
* ### .increase(target, property)
*
* Asserts that a function increases a numeric object property
*
Expand Down Expand Up @@ -2016,7 +2016,7 @@ module.exports = function (chai, _) {
Assertion.addChainableMethod('increases', assertIncreases);

/**
* ### .decrease(function)
* ### .decrease(target, property)
*
* Asserts that a function decreases a numeric object property
*
Expand Down

0 comments on commit eec569e

Please sign in to comment.