We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9b6a82 commit 06bdfa9Copy full SHA for 06bdfa9
stdlib/public/Concurrency/Task.swift
@@ -344,7 +344,7 @@ extension Task where Failure == Never {
344
/// to the priority of the enqueued task.
345
/// This priority elevation allows the new task
346
/// to be processed at the priority it was enqueued with.
347
-/// - If a a higher-priority task calls the `get()` method,
+/// - If a higher-priority task calls the `get()` method,
348
/// then the priority of this task increases until the task completes.
349
///
350
/// In both cases, priority elevation helps you prevent a low-priority task
0 commit comments