mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-09 08:27:32 -04:00
doc(sdk): Fix a typo in SlidingSyncInner::network_timeout.
This commit is contained in:
@@ -79,7 +79,7 @@ pub(super) struct SlidingSyncInner {
|
||||
poll_timeout: Duration,
|
||||
|
||||
/// Extra duration for the sliding sync request to timeout. This is added to
|
||||
/// the [`Self::proxy_timeout`].
|
||||
/// the [`Self::poll_timeout`].
|
||||
network_timeout: Duration,
|
||||
|
||||
/// The storage key to keep this cache at and load it from.
|
||||
|
||||
Reference in New Issue
Block a user