summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/main.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.zig b/src/main.zig
index d57e73a..f83f316 100644
--- a/src/main.zig
+++ b/src/main.zig
@@ -10,7 +10,7 @@ const c = @cImport({
10 10
11const logger = std.log.scoped(.sqlite); 11const logger = std.log.scoped(.sqlite);
12 12
13/// Db is a wrapper around a SQLite database, providing high-level functions to executing queries. 13/// Db is a wrapper around a SQLite database, providing high-level functions for executing queries.
14/// A Db can be opened with a file database or a in-memory database: 14/// A Db can be opened with a file database or a in-memory database:
15/// 15///
16/// // File database 16/// // File database