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.
2 parents 24674d1 + 6c0c39e commit cddb08aCopy full SHA for cddb08a
stdlib/public/Concurrency/CheckedContinuation.swift
@@ -281,7 +281,7 @@ public func withCheckedContinuation<T>(
281
/// - function: A string identifying the declaration that is the notional
282
/// source for the continuation, used to identify the continuation in
283
/// runtime diagnostics related to misuse of this continuation.
284
-/// - body: A closure that takes an `UnsafeContinuation` parameter.
+/// - body: A closure that takes a `CheckedContinuation` parameter.
285
/// You must resume the continuation exactly once.
286
///
287
/// If `resume(throwing:)` is called on the continuation,
0 commit comments