Skip to content

Commit 52ab95f

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

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
@@ -80,7 +80,7 @@ import Swift
8080
/// ### Task closure lifetime
8181
/// Tasks initialized with a closure, representing the code that will be executed by this task.
8282
///
83-
/// Once this code has ran to completion, and the task therefore has completed, resulting in either
83+
/// 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.
8585
///
8686
/// Retaining a task object doesn't indefinitely retain the closure,

0 commit comments

Comments
 (0)