Skip to content

Commit ade2671

Browse files
authored
Merge pull request #69910 from Achoo-kr/main
2 parents 1b91ad7 + 630d430 commit ade2671

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
@@ -128,7 +128,7 @@ import Swift
128128
///
129129
/// Note that there is nothing, other than the Task's use of `self` retaining the actor,
130130
/// And that the start method immediately returns, without waiting for the unstructured `Task` to finish.
131-
/// So once the task completes and its the closure is destroyed, the strong reference to the "self" of the actor is also released allowing the actor to deinitialize as expected.
131+
/// So once the task is completed and its closure is destroyed, the strong reference to the "self" of the actor is also released allowing the actor to deinitialize as expected.
132132
///
133133
/// Therefore, the above call will consistently result in the following output:
134134
///

0 commit comments

Comments
 (0)