From 35b62a1a4a07ccfb290030f5d131fd9292b09fb8 Mon Sep 17 00:00:00 2001 From: Ivan Enderlin Date: Mon, 12 Aug 2024 11:57:45 +0200 Subject: [PATCH] doc(sdk): Fix a markup. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Even if the visual output is the same, it's semantically better to have `` rather than `` I believe. --- crates/matrix-sdk/src/sliding_sync/sticky_parameters.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/matrix-sdk/src/sliding_sync/sticky_parameters.rs b/crates/matrix-sdk/src/sliding_sync/sticky_parameters.rs index e607d4399cb..5e77c15bfc4 100644 --- a/crates/matrix-sdk/src/sliding_sync/sticky_parameters.rs +++ b/crates/matrix-sdk/src/sliding_sync/sticky_parameters.rs @@ -55,7 +55,7 @@ pub trait StickyData { /// /// Initially, the provided data is considered to be invalidated, so it's /// applied onto the request the first time it's sent. Any changes to the -/// wrapped data happen via `[Self::data_mut]`, which invalidates the sticky +/// wrapped data happen via [`Self::data_mut`], which invalidates the sticky /// parameters; they will be applied automatically to the next request. /// /// When applying sticky parameters, we will also remember the transaction id