File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
stdlib/public/Concurrency Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -281,7 +281,7 @@ public func withCheckedContinuation<T>(
281
281
/// - body: A closure that takes an `UnsafeContinuation` parameter.
282
282
/// The closure must resume the continuation exactly once.
283
283
///
284
- /// If the closure calls `resume(throwing:)` on the continuation,
284
+ /// If `resume(throwing:)` is called on the continuation,
285
285
/// this method thows that error.
286
286
@available ( SwiftStdlib 5 . 5 , * )
287
287
public func withCheckedThrowingContinuation< T> (
Original file line number Diff line number Diff line change @@ -243,7 +243,7 @@ internal func _resumeUnsafeThrowingContinuationWithError<T>(
243
243
///
244
244
/// - Returns: The value passed to the continuation by the closure.
245
245
///
246
- /// If the closure calls `resume(throwing:)` on the continuation,
246
+ /// If `resume(throwing:)` is called on the continuation,
247
247
/// this method thows that error.
248
248
@available ( SwiftStdlib 5 . 5 , * )
249
249
@_alwaysEmitIntoClient
You can’t perform that action at this time.
0 commit comments