correct comment on the state store file

This commit is contained in:
multi prise
2025-08-06 21:22:58 +02:00
committed by Damir Jelić
parent a2e2765298
commit 8a0e61e95b

View File

@@ -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<Path>,