Skip to content

Commit d09792e

Browse files
committed
docs(matrix-sdk): Clarify that an in-memory store will be used
1 parent 27f2cd3 commit d09792e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/matrix-sdk/src/config/client.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ impl ClientConfig {
130130
/// In the default configuration, and if the corresponding features
131131
/// (`sled_state_store` and `sled_cryptostore`) are enabled, the client will
132132
/// open default implementations for the crypto store and the state store.
133-
/// It will use the given path to open the stores. If no path is provided no
134-
/// store will be opened
133+
/// It will use the given path to open the stores. If no path is provided an
134+
/// in-memory store will be opened.
135135
#[must_use]
136136
pub fn store_path(mut self, path: impl AsRef<Path>) -> Self {
137137
self.base_config = self.base_config.store_path(path);

0 commit comments

Comments
 (0)