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 4c82b77 commit cc75a3aCopy full SHA for cc75a3a
stdlib/public/Concurrency/CheckedContinuation.swift
@@ -259,7 +259,7 @@ extension CheckedContinuation {
259
/// - function: A string identifying the declaration that is the notional
260
/// source for the continuation, used to identify the continuation in
261
/// runtime diagnostics related to misuse of this continuation.
262
-/// - body: A closure that takes an `UnsafeContinuation` parameter.
+/// - body: A closure that takes a `CheckedContinuation` parameter.
263
/// You must resume the continuation exactly once.
264
@available(SwiftStdlib 5.5, *)
265
public func withCheckedContinuation<T>(
0 commit comments