Skip to content

Commit 06bdfa9

Browse files
committed
Remove double word
1 parent d9b6a82 commit 06bdfa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/Concurrency/Task.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ extension Task where Failure == Never {
344344
/// to the priority of the enqueued task.
345345
/// This priority elevation allows the new task
346346
/// to be processed at the priority it was enqueued with.
347-
/// - If a a higher-priority task calls the `get()` method,
347+
/// - If a higher-priority task calls the `get()` method,
348348
/// then the priority of this task increases until the task completes.
349349
///
350350
/// In both cases, priority elevation helps you prevent a low-priority task

0 commit comments

Comments
 (0)