Skip to content

Commit 6691dcf

Browse files
ktosokavon
andauthored
Update stdlib/public/Concurrency/Task.swift
Co-authored-by: Kavon Farvardin <[email protected]>
1 parent 259c37c commit 6691dcf

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
@@ -698,7 +698,7 @@ extension Task where Success == Never, Failure == Never {
698698
///
699699
/// If necessary to store a `Task` object itself, it is possible to create
700700
/// an un-structured task and store it, however it is not possible to retrieve
701-
/// the "current" task object itself. Instead, interactions with the "current"
701+
/// the "current" task as an object. Instead, interactions with the "current"
702702
/// task are performed with the `currentPriority` and similar APIs which safely
703703
/// query the current task, without exposing its actual identity.
704704
///

0 commit comments

Comments
 (0)