diff --git a/crates/matrix-sdk-ui/src/sync_service.rs b/crates/matrix-sdk-ui/src/sync_service.rs index b5ab12c44..c8bd24c52 100644 --- a/crates/matrix-sdk-ui/src/sync_service.rs +++ b/crates/matrix-sdk-ui/src/sync_service.rs @@ -520,7 +520,7 @@ impl TerminationReport { // Testing helpers, mostly. #[doc(hidden)] impl SyncService { - /// Return the existential states of internal tasks. + /// Is the task supervisor running? pub async fn is_supervisor_running(&self) -> bool { self.inner.lock().await.supervisor.is_some() }