diff options
| author | Alexander Rolley <arolley35@gmail.com> | 2026-05-24 12:24:34 +0200 |
|---|---|---|
| committer | Alexander Rolley <arolley35@gmail.com> | 2026-05-24 12:24:34 +0200 |
| commit | 6b0c1bbdcec1d7eff7854242c98a6f4db5588f66 (patch) | |
| tree | a9f5441c24288cbbe436c3f49369f8715cc2e812 | |
| parent | 20947eafe683ecca39bbb8357c52fdfbb4275217 (diff) | |
Revert "Minor changes to documentation."
This reverts commit 460942180d10a2d9bcea6773dc0a3a87d6bf8a71.
| -rw-r--r-- | src/db/sqlite.zig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/db/sqlite.zig b/src/db/sqlite.zig index b1a05bd..f2fae69 100644 --- a/src/db/sqlite.zig +++ b/src/db/sqlite.zig @@ -56,8 +56,8 @@ pub const Database = struct { /// /// # Panics /// - /// Panics in debug mode if there exist unfinalised prepared statements, - /// BLOB handlers, and/or unfinished backup objects. + /// Panics if there exist unfinalised prepared statements, BLOB handlers, + /// and/or unfinished backup objects. /// /// See https://sqlite.org/c3ref/close.html pub fn deinit(self: *Database) void { |