From 1887d2673f953bd1419af1f110c4b3a4cafa227b Mon Sep 17 00:00:00 2001 From: Susan Cheng Date: Tue, 19 Apr 2022 15:42:15 +0800 Subject: [PATCH] Update UnsafeSendable.swift --- Sources/DoggieCore/Concurrency/UnsafeSendable.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/DoggieCore/Concurrency/UnsafeSendable.swift b/Sources/DoggieCore/Concurrency/UnsafeSendable.swift index eca10028..a59df83b 100644 --- a/Sources/DoggieCore/Concurrency/UnsafeSendable.swift +++ b/Sources/DoggieCore/Concurrency/UnsafeSendable.swift @@ -35,7 +35,7 @@ public struct UnsafeSendable : @unchecked Sendable { self.wrappedValue = wrappedValue } - public var projectedValue: UnsafeSendable2 { self } + public var projectedValue: UnsafeSendable { self } } #endif