From 1efd03eea61c0c61f3ca15b959d9923d1c018894 Mon Sep 17 00:00:00 2001 From: Vincent Rischmann Date: Tue, 5 Jan 2021 21:49:27 +0100 Subject: fix typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 1e4117d..0bd450c 100644 --- a/README.md +++ b/README.md @@ -272,7 +272,7 @@ while (true) { Since sqlite doesn't have many [types](https://www.sqlite.org/datatype3.html) only a small number of Zig types are allowed in binding parameters and in resultset mapping types. Here are the rules for bind parameters: -* any Zig `Int` or `ComptimeInt` is tread as a `INTEGER`. +* any Zig `Int` or `ComptimeInt` is treated as a `INTEGER`. * any Zig `Float` or `ComptimeFloat` is treated as a `REAL`. * `[]const u8`, `[]u8` is treated as a `TEXT`. * The custom `sqlite.Blob` type is treated as a `BLOB`. -- cgit v1.2.3