File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
stdlib/public/Concurrency Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -259,7 +259,7 @@ extension CheckedContinuation {
259
259
/// source for the continuation, used to identify the continuation in
260
260
/// runtime diagnostics related to misuse of this continuation.
261
261
/// - body: A closure that takes an `UnsafeContinuation` parameter.
262
- /// The closure must resume the continuation * exactly once* .
262
+ /// The closure must resume the continuation exactly once.
263
263
@available ( SwiftStdlib 5 . 5 , * )
264
264
public func withCheckedContinuation< T> (
265
265
function: String = #function,
@@ -273,11 +273,11 @@ public func withCheckedContinuation<T>(
273
273
/// Calls the given throwing closure with a checked continuation.
274
274
///
275
275
/// - Parameters:
276
- /// - function: a string identifying the declaration that is the notional
276
+ /// - function: A string identifying the declaration that is the notional
277
277
/// source for the continuation, used to identify the continuation in
278
278
/// runtime diagnostics related to misuse of this continuation.
279
279
/// - body: A closure that takes an `UnsafeContinuation` parameter.
280
- /// The closure must resume the continuation * exactly once* .
280
+ /// The closure must resume the continuation exactly once.
281
281
///
282
282
/// If the closure throws an error,
283
283
/// this function rethrows that error.
You can’t perform that action at this time.
0 commit comments