Skip to content

Commit

Permalink
Merge pull request #547 from keithamus/fix-docs
Browse files Browse the repository at this point in the history
Fix documentation syntax errors
  • Loading branch information
keithamus committed Nov 7, 2015
2 parents 882c9cc + ab4208c commit c977f90
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/chai/assertion.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ module.exports = function (_chai, util) {
*
* @name assert
* @param {Philosophical} expression to be tested
* @param {String or Function} message or function that returns message to display if expression fails
* @param {String or Function} negatedMessage or function that returns negatedMessage to display if negated expression fails
* @param {String|Function} message or function that returns message to display if expression fails
* @param {String|Function} negatedMessage or function that returns negatedMessage to display if negated expression fails
* @param {Mixed} expected value (remember to check for negation)
* @param {Mixed} actual (optional) will default to `this.obj`
* @param {Boolean} showDiff (optional) when set to `true`, assert will display a diff in addition to the message if expression fails
Expand Down
2 changes: 1 addition & 1 deletion lib/chai/core/assertions.js
Original file line number Diff line number Diff line change
Expand Up @@ -1111,7 +1111,7 @@ module.exports = function (chai, _) {
*
* @name keys
* @alias key
* @param {String...|Array|Object} keys
* @param {...String|Array|Object} keys
* @api public
*/

Expand Down

0 comments on commit c977f90

Please sign in to comment.