From 8de15429fb2e31abdbf745eefb7c233888918e2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Tue, 28 Jan 2025 09:35:26 +0100 Subject: [PATCH] chore: Fix a typo --- crates/matrix-sdk-ui/src/sync_service.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/matrix-sdk-ui/src/sync_service.rs b/crates/matrix-sdk-ui/src/sync_service.rs index e566edc57..546031938 100644 --- a/crates/matrix-sdk-ui/src/sync_service.rs +++ b/crates/matrix-sdk-ui/src/sync_service.rs @@ -69,7 +69,7 @@ pub enum State { /// A supervisor responsible for managing two sync tasks: one for handling the /// room list and another for supporting end-to-end encryption. /// -/// The two sync tasks are spawned as child tasks and are contained within t +/// The two sync tasks are spawned as child tasks and are contained within the /// supervising task, which is stored in the [`SyncTaskSupervisor::task`] field. /// /// The supervisor ensures the two child tasks are managed as a single unit,