Skip to content

Commit cfbeff4

Browse files
committed
Fix JSDoc.
1 parent 741451c commit cfbeff4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,9 +152,7 @@ const notEqual = function (r, row, field, value) {
152152
*
153153
* @name RethinkDBAdapter.OPERATORS
154154
* @property {Function} == Equality operator.
155-
* @property {Function} === Same as `==`.
156155
* @property {Function} != Inequality operator.
157-
* @property {Function} !== Same as `!=`.
158156
* @property {Function} > "Greater than" operator.
159157
* @property {Function} >= "Greater than or equal to" operator.
160158
* @property {Function} < "Less than" operator.

0 commit comments

Comments
 (0)