Skip to content

Commit d765607

Browse files
committed
Delete stray word from docs.
Fixes rdar://78890316
1 parent 36832a8 commit d765607

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stdlib/public/Concurrency/PartialAsyncTask.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ internal func _resumeUnsafeThrowingContinuationWithError<T>(
243243
#endif
244244

245245
/// 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.
247247
///
248248
/// - Parameter fn: A closure that takes an `UnsafeContinuation` parameter.
249249
/// You must resume the continuation exactly once.
@@ -260,7 +260,7 @@ public func withUnsafeContinuation<T>(
260260
}
261261

262262
/// 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.
264264
///
265265
/// - Parameter fn: A closure that takes an `UnsafeContinuation` parameter.
266266
/// You must resume the continuation exactly once.

0 commit comments

Comments
 (0)