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 d765607 commit 0708deeCopy full SHA for 0708dee
stdlib/public/Concurrency/PartialAsyncTask.swift
@@ -44,7 +44,7 @@ public struct UnownedJob {
44
/// `resume(with:)`,
45
/// or `resume()` method.
46
///
47
-/// - Important: You must call a resume methods exactly once
+/// - Important: You must call a resume method exactly once
48
/// on every execution path throughout the program.
49
/// Resuming from a continuation more than once is undefined behavior.
50
/// Never resuming leaves the task in a suspended state indefinitely,
0 commit comments