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 b8f4935 commit 72322ebCopy full SHA for 72322eb
stdlib/public/Concurrency/Task.swift
@@ -798,7 +798,7 @@ extension Task {
798
/// and that function isn't executing in the context of any task,
799
/// the unsafe task handle is `nil`.
800
///
801
-/// Don't try to store an unsafe task handle
+/// Don't store an unsafe task handle
802
/// for use outside this method's closure.
803
/// Storing an unsafe task handle doesn't have an impact on the task's actual life cycle,
804
/// and the behavior of accessing an unsafe task handle
0 commit comments