From a43d41d9db017b4b08b9672ca7b5146b2ec05f33 Mon Sep 17 00:00:00 2001 From: Vincent Rischmann Date: Fri, 30 Oct 2020 12:18:38 +0100 Subject: fix typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1073293..c09848b 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ Here are the rules for bind parameters: * `[]const u8`, `[]u8` or any array of `u8` is treated as a `TEXT`. * The custom `sqlite.Bytes` type is treated as a `TEXT` or `BLOB`. -Here are the resules for resultset rows: +Here are the rules for resultset rows: * `INTEGER` can be read into any Zig `Int` provided the data fits. * `REAL` can be read into any Zig `Float` provided the data fits. * `TEXT` can be read into a `[]const u8` or `[]u8`. -- cgit v1.2.3