Skip to content

Commit

Permalink
Fix JSDoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdobry committed Feb 27, 2016
1 parent 741451c commit cfbeff4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,7 @@ const notEqual = function (r, row, field, value) {
*
* @name RethinkDBAdapter.OPERATORS
* @property {Function} == Equality operator.
* @property {Function} === Same as `==`.
* @property {Function} != Inequality operator.
* @property {Function} !== Same as `!=`.
* @property {Function} > "Greater than" operator.
* @property {Function} >= "Greater than or equal to" operator.
* @property {Function} < "Less than" operator.
Expand Down

0 comments on commit cfbeff4

Please sign in to comment.