diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.zig | 2 |
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 | ||
| 11 | const logger = std.log.scoped(.sqlite); | 11 | const 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 |