Skip to content

Commit

Permalink
chore: fixed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rpgeeganage committed Jun 3, 2019
1 parent 4591923 commit 8267463
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/chai/utils/getOperator.js
Expand Up @@ -10,7 +10,7 @@ function isObjectType(obj) {
}

/**
* ### .getGetOperator(message)
* ### .getOperator(message)
*
* Extract the operator from error message.
* Operator defined is based on below link
Expand All @@ -21,7 +21,7 @@ function isObjectType(obj) {
* @param {Object} object (constructed Assertion)
* @param {Arguments} chai.Assertion.prototype.assert arguments
* @namespace Utils
* @name getGetOperator
* @name getOperator
* @api public
*/

Expand Down

0 comments on commit 8267463

Please sign in to comment.