Skip to content

Commit 65b0989

Browse files
committed
Updated documentation for === and !== operators.
1 parent ab027a0 commit 65b0989

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Documentation/Index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -955,8 +955,10 @@ equate or compare different types will prevent compilation.
955955
| `~=` | `(Interval, Comparable) -> Bool` | `BETWEEN` |
956956
| `&&` | `Bool -> Bool` | `AND` |
957957
| `\|\|`| `Bool -> Bool` | `OR` |
958+
| `===` | `Equatable -> Bool` | `IS` |
959+
| `!==` | `Equatable -> Bool` | `IS NOT` |
958960

959-
> *When comparing against `nil`, SQLite.swift will use `IS` and `IS NOT`
961+
> * When comparing against `nil`, SQLite.swift will use `IS` and `IS NOT`
960962
> accordingly.
961963

962964

0 commit comments

Comments
 (0)