Skip to content

Commit 630d430

Browse files
authored
correct typos in Concurrency/Task.swift
1 parent 4100b6a commit 630d430

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)