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 d45d56b commit 52ab95fCopy full SHA for 52ab95f
stdlib/public/Concurrency/Task.swift
@@ -80,7 +80,7 @@ import Swift
80
/// ### Task closure lifetime
81
/// Tasks initialized with a closure, representing the code that will be executed by this task.
82
///
83
-/// Once this code has ran to completion, and the task therefore has completed, resulting in either
+/// After this code has run to completion, the task has completed, resulting in either
84
/// a failure or result value, this closure is eagerly released.
85
86
/// Retaining a task object doesn't indefinitely retain the closure,
0 commit comments