Skip to content

Commit 72322eb

Browse files
committed
Make wording a bit stronger.
1 parent b8f4935 commit 72322eb

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
@@ -798,7 +798,7 @@ extension Task {
798798
/// and that function isn't executing in the context of any task,
799799
/// the unsafe task handle is `nil`.
800800
///
801-
/// Don't try to store an unsafe task handle
801+
/// Don't store an unsafe task handle
802802
/// for use outside this method's closure.
803803
/// Storing an unsafe task handle doesn't have an impact on the task's actual life cycle,
804804
/// and the behavior of accessing an unsafe task handle

0 commit comments

Comments
 (0)