Fix typo in document of TaskManager::start() (#4155)

This commit is contained in:
Philip Ye 2023-09-21 23:30:52 +12:00 committed by GitHub
parent 3eb18502e7
commit 43bcc553fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,7 +70,7 @@ public:
/// from the thread pool. /// from the thread pool.
/// ///
/// The TaskManager takes ownership of the Task object /// The TaskManager takes ownership of the Task object
/// and deletes it when it it finished. /// and deletes it when it is finished.
void cancelAll(); void cancelAll();
/// Requests cancellation of all tasks. /// Requests cancellation of all tasks.