From 1457954ee3bb508dceed0a626877fc349b3d49e1 Mon Sep 17 00:00:00 2001 From: yggverse Date: Tue, 12 Nov 2024 17:24:46 +0200 Subject: [PATCH] update comment --- src/profile/database.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/profile/database.rs b/src/profile/database.rs index 8159c0bb..faedf5f1 100644 --- a/src/profile/database.rs +++ b/src/profile/database.rs @@ -48,7 +48,7 @@ impl Database { // Tools fn init(mut connection: RwLockWriteGuard<'_, Connection>) -> Result<(), Error> { - // Create transaction + // Begin transaction let transaction = connection.transaction()?; // Init profile components