From c1b59a86343e9ac0ed5532039ae77fed853f277d Mon Sep 17 00:00:00 2001 From: Vincent Rischmann Date: Mon, 21 Dec 2020 21:00:57 +0100 Subject: readme: fix spelling --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index fd9799b..22b775e 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ var db: sqlite.Db = undefined; try db.init(allocator, .{ .mode = sqlite.Db.Mode{ .File = "/home/vincent/mydata.db" } }); ``` -The `init` method takes an allocator and an optional tuple which will used to configure sqlite. +The `init` method takes an allocator and an optional tuple which will be used to configure sqlite. Right now the only member used in that tuple is `mode` which defines if the sqlite database is in memory or uses a file. -- cgit v1.2.3