Skip to content

Commit 0708dee

Browse files
committed
There's only one resume method.
Fixes rdar://78890491
1 parent d765607 commit 0708dee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/Concurrency/PartialAsyncTask.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public struct UnownedJob {
4444
/// `resume(with:)`,
4545
/// or `resume()` method.
4646
///
47-
/// - Important: You must call a resume methods exactly once
47+
/// - Important: You must call a resume method exactly once
4848
/// on every execution path throughout the program.
4949
/// Resuming from a continuation more than once is undefined behavior.
5050
/// Never resuming leaves the task in a suspended state indefinitely,

0 commit comments

Comments
 (0)