From 8a0e61e95bc8f62bcd0e4533e0beadbbef32ab7c Mon Sep 17 00:00:00 2001 From: multi prise Date: Wed, 6 Aug 2025 21:22:58 +0200 Subject: [PATCH] correct comment on the state store file --- crates/matrix-sdk-sqlite/src/state_store.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/matrix-sdk-sqlite/src/state_store.rs b/crates/matrix-sdk-sqlite/src/state_store.rs index ad105cb74..e45a46433 100644 --- a/crates/matrix-sdk-sqlite/src/state_store.rs +++ b/crates/matrix-sdk-sqlite/src/state_store.rs @@ -92,7 +92,7 @@ impl fmt::Debug for SqliteStateStore { } impl SqliteStateStore { - /// Open the SQLite-based event cache store at the given path using the + /// Open the SQLite-based state store at the given path using the /// given passphrase to encrypt private data pub async fn open( path: impl AsRef,