mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-02-15 18:12:57 -05:00
correct comment on the state store file
This commit is contained in:
@@ -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>,
|
||||
|
||||
Reference in New Issue
Block a user