From e9399eb6358528f11d548e4fc60ddc96b0398bd1 Mon Sep 17 00:00:00 2001 From: Ivan Enderlin Date: Mon, 22 May 2023 10:54:36 +0200 Subject: [PATCH] doc(sdk): Do no link to a private function. --- crates/matrix-sdk/src/sliding_sync/list/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/matrix-sdk/src/sliding_sync/list/mod.rs b/crates/matrix-sdk/src/sliding_sync/list/mod.rs index a70c04090..367214d5b 100644 --- a/crates/matrix-sdk/src/sliding_sync/list/mod.rs +++ b/crates/matrix-sdk/src/sliding_sync/list/mod.rs @@ -67,7 +67,7 @@ impl SlidingSyncList { /// This will change the sync-mode but also the request generator. A new /// request generator is generated. Since requests are calculated based on /// the request generator, changing the sync-mode is equivalent to - /// “resetting” the list. It's actually not calling [`Self::reset`], which + /// “resetting” the list. It's actually not calling `Self::reset`, which /// means that the state is not reset **purposely**. The ranges and the /// state will be updated when the next request will be sent and a /// response will be received. The maximum number of rooms won't change.