File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
stdlib/public/Concurrency Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -243,7 +243,7 @@ internal func _resumeUnsafeThrowingContinuationWithError<T>(
243
243
#endif
244
244
245
245
/// Suspends the current task,
246
- /// then calls the given closure with the an unsafe continuation for the current task.
246
+ /// then calls the given closure with an unsafe continuation for the current task.
247
247
///
248
248
/// - Parameter fn: A closure that takes an `UnsafeContinuation` parameter.
249
249
/// You must resume the continuation exactly once.
@@ -260,7 +260,7 @@ public func withUnsafeContinuation<T>(
260
260
}
261
261
262
262
/// Suspends the current task,
263
- /// then calls the given closure with the an unsafe throwing continuation for the current task.
263
+ /// then calls the given closure with an unsafe throwing continuation for the current task.
264
264
///
265
265
/// - Parameter fn: A closure that takes an `UnsafeContinuation` parameter.
266
266
/// You must resume the continuation exactly once.
You can’t perform that action at this time.
0 commit comments