Skip to content

Commit 7fb3624

Browse files
committed
Fix typo UnsafeContination -> UnsafeContinuation
1 parent 91fb149 commit 7fb3624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/Concurrency/SourceCompatibilityShims.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ extension ThrowingTaskGroup {
295295
}
296296

297297
@available(SwiftStdlib 5.1, *)
298-
@available(*, deprecated, message: "please use UnsafeContination<..., Error>")
298+
@available(*, deprecated, message: "please use UnsafeContinuation<..., Error>")
299299
public typealias UnsafeThrowingContinuation<T> = UnsafeContinuation<T, Error>
300300

301301
@available(SwiftStdlib 5.1, *)

0 commit comments

Comments
 (0)