We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbc6237 commit 181ffafCopy full SHA for 181ffaf
stdlib/public/Concurrency/Task.swift
@@ -484,7 +484,7 @@ public func detach<T>(
484
/// Run given `operation` as asynchronously in its own top-level task.
485
///
486
/// The `async` function should be used when creating asynchronous work
487
-/// that operations on behalf of the synchronous function that calls it.
+/// that operates on behalf of the synchronous function that calls it.
488
/// Like `detach`, the async function creates a separate, top-level task.
489
/// Unlike `detach`, the task creating by `async` inherits the priority and
490
/// actor context of the caller, so the `operation` is treated more like an
0 commit comments