Skip to content

Commit 906d89f

Browse files
ktosoamartini51
andauthored
Update stdlib/public/Concurrency/Task.swift
Co-authored-by: Alex Martini <[email protected]>
1 parent 52ab95f commit 906d89f

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
@@ -78,7 +78,7 @@ import Swift
7878
/// and additional reasons can accrue during the cancellation process.
7979
///
8080
/// ### Task closure lifetime
81-
/// Tasks initialized with a closure, representing the code that will be executed by this task.
81+
/// A task is initialized with a closure. containing the code that the task executes.
8282
///
8383
/// After this code has run to completion, the task has completed, resulting in either
8484
/// a failure or result value, this closure is eagerly released.

0 commit comments

Comments
 (0)