Skip to content

Commit

Permalink
Update UnsafeSendable.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
SusanDoggie committed Apr 19, 2022
1 parent 8f2f76b commit 1887d26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/DoggieCore/Concurrency/UnsafeSendable.swift
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public struct UnsafeSendable<Wrapped> : @unchecked Sendable {
self.wrappedValue = wrappedValue
}

public var projectedValue: UnsafeSendable2 { self }
public var projectedValue: UnsafeSendable { self }
}

#endif

0 comments on commit 1887d26

Please sign in to comment.