Skip to content

Commit da1505b

Browse files
authored
Merge pull request #83515 from al45tair/eng/PR-157217460
2 parents e963206 + 94058e5 commit da1505b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/Concurrency/Executor.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -820,7 +820,7 @@ public struct UnownedTaskExecutor: Sendable {
820820
unsafe self.executor = Builtin.buildOrdinaryTaskExecutorRef(executor)
821821
}
822822

823-
@available(SwiftStdlib 6.2, *)
823+
@available(StdlibDeploymentTarget 6.2, *)
824824
@inlinable
825825
public init<E: TaskExecutor>(_ executor: __shared E) {
826826
unsafe self.executor = Builtin.buildOrdinaryTaskExecutorRef(executor)

0 commit comments

Comments
 (0)