Skip to content

Commit

Permalink
doc(sdk): Fix a markup.
Browse files Browse the repository at this point in the history
Even if the visual output is the same, it's semantically better to have
`<a><code>…</code></a>` rather than `<code><a>…</a></code>` I believe.
  • Loading branch information
Hywan committed Aug 12, 2024
1 parent 81ae010 commit b8230d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/matrix-sdk/src/sliding_sync/sticky_parameters.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b8230d4

Please sign in to comment.