Skip to content

Commit 86e8859

Browse files
committed
Fix a typo in async comment
(cherry picked from commit 181ffaf)
1 parent 4e459c6 commit 86e8859

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/Concurrency/Task.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ public func detach<T>(
484484
/// Run given `operation` as asynchronously in its own top-level task.
485485
///
486486
/// The `async` function should be used when creating asynchronous work
487-
/// that operations on behalf of the synchronous function that calls it.
487+
/// that operates on behalf of the synchronous function that calls it.
488488
/// Like `detach`, the async function creates a separate, top-level task.
489489
/// Unlike `detach`, the task creating by `async` inherits the priority and
490490
/// actor context of the caller, so the `operation` is treated more like an

0 commit comments

Comments
 (0)