summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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) {
149 149
150For queries which return data you have multiple options: 150For queries which return data you have multiple options:
151* `Statement.all` which takes an allocator and can allocate memory. 151* `Statement.all` which takes an allocator and can allocate memory.
152* `Statement.one` which does not take an allocator and cannot allocate memory (aside from what SQLite allocates itself). 152* `Statement.one` which does not take an allocator and cannot allocate memory (aside from what sqlite allocates itself).
153* `Statement.oneAlloc` which takes an allocator and can allocate memory. 153* `Statement.oneAlloc` which takes an allocator and can allocate memory.
154 154
155### Type parameter 155### Type parameter