Skip to content

Commit a7cf5f2

Browse files
committed
Update documentation to reflect Bool's current status
Signed-off-by: Stephen Celis <stephen@stephencelis.com>
1 parent eb93c84 commit a7cf5f2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Documentation/Index.md

-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@ SQLite.swift comes with a typed expression layer that directly maps [Swift types
166166
| `Int` | `INTEGER` |
167167
| `Double` | `REAL` |
168168
| `String` | `TEXT` |
169-
| `Bool` | `BOOLEAN` |
170169
| `nil` | `NULL` |
171170
| `SQLite.Blob`* | `BLOB` |
172171

0 commit comments

Comments
 (0)