Update documentation to reflect Bool's current status

Signed-off-by: Stephen Celis <stephen@stephencelis.com>
This commit is contained in:
Stephen Celis 2015-02-04 20:59:13 -08:00
Родитель eb93c8445f
Коммит a7cf5f2f0d
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -166,7 +166,6 @@ SQLite.swift comes with a typed expression layer that directly maps [Swift types
| `Int` | `INTEGER` |
| `Double` | `REAL` |
| `String` | `TEXT` |
| `Bool` | `BOOLEAN` |
| `nil` | `NULL` |
| `SQLite.Blob`* | `BLOB` |