doc(sdk): Do no link to a private function.

This commit is contained in:
Ivan Enderlin
2023-05-22 10:54:36 +02:00
parent fee1a50f38
commit e9399eb635

View File

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