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 259c37c commit 6691dcfCopy full SHA for 6691dcf
stdlib/public/Concurrency/Task.swift
@@ -698,7 +698,7 @@ extension Task where Success == Never, Failure == Never {
698
///
699
/// If necessary to store a `Task` object itself, it is possible to create
700
/// 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"
+/// the "current" task as an object. Instead, interactions with the "current"
702
/// task are performed with the `currentPriority` and similar APIs which safely
703
/// query the current task, without exposing its actual identity.
704
0 commit comments