doc(sdk): Fix a typo in SlidingSyncInner::network_timeout.

This commit is contained in:
Ivan Enderlin
2025-07-09 10:21:56 +02:00
parent 40c08335ee
commit 8eed17bbfd

View File

@@ -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.