From 460942180d10a2d9bcea6773dc0a3a87d6bf8a71 Mon Sep 17 00:00:00 2001 From: Alexander Rolley Date: Sat, 23 May 2026 13:11:41 +0200 Subject: Minor changes to documentation. --- src/db/sqlite.zig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/db/sqlite.zig b/src/db/sqlite.zig index 87282ac..953df0b 100644 --- a/src/db/sqlite.zig +++ b/src/db/sqlite.zig @@ -56,8 +56,8 @@ pub const Database = struct { /// /// # Panics /// - /// Panics if there exist unfinalised prepared statements, BLOB handlers, - /// and/or unfinished backup objects. + /// Panics in debug mode 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 { -- cgit v1.2.3-70-g09d2