mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-18 21:52:30 -04:00
chore: Fix a typo
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user