From aa78eb0511e0d1b053050c378fbe801b46e8445a Mon Sep 17 00:00:00 2001 From: Vincent Rischmann Date: Tue, 26 Jan 2021 00:37:21 +0100 Subject: keep the same case for 'sqlite' everywhere --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 39df035..f1f2e09 100644 --- a/README.md +++ b/README.md @@ -149,7 +149,7 @@ while (id < 20) : (id += 1) { For queries which return data you have multiple options: * `Statement.all` which takes an allocator and can allocate memory. -* `Statement.one` which does not take an allocator and cannot allocate memory (aside from what SQLite allocates itself). +* `Statement.one` which does not take an allocator and cannot allocate memory (aside from what sqlite allocates itself). * `Statement.oneAlloc` which takes an allocator and can allocate memory. ### Type parameter -- cgit v1.2.3