From 75f08aed697f3c99e93777143b17a5ae38495afa Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Fri, 29 Jul 2022 14:52:47 +0200 Subject: [PATCH] docs(sdk): Fix outdated description of ClientBuilder::store_config --- crates/matrix-sdk/src/client/builder.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/matrix-sdk/src/client/builder.rs b/crates/matrix-sdk/src/client/builder.rs index 86d3fac38..32b4188f7 100644 --- a/crates/matrix-sdk/src/client/builder.rs +++ b/crates/matrix-sdk/src/client/builder.rs @@ -114,7 +114,7 @@ impl ClientBuilder { self } - /// Create a new `ClientBuilder` with the given [`StoreConfig`]. + /// Set up the store configuration. /// /// The easiest way to get a [`StoreConfig`] is to use the /// [`make_store_config`] method from the [`store`] module or directly from