Skip to content

Commit 0c65fe8

Browse files
authored
Remove TaskGroup backDeployed annotation typo that included * (swiftlang#74756)
Fix typo on a single task group backDeployed annotation.
1 parent 8897ba3 commit 0c65fe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/Concurrency/TaskGroup.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ import Swift
6464
/// For tasks that need to handle cancellation by throwing an error,
6565
/// use the `withThrowingTaskGroup(of:returning:body:)` method instead.
6666
@available(SwiftStdlib 5.1, *)
67-
@backDeployed(before: SwiftStdlib 6.0, *)
67+
@backDeployed(before: SwiftStdlib 6.0)
6868
@inlinable
6969
public func withTaskGroup<ChildTaskResult, GroupResult>(
7070
of childTaskResultType: ChildTaskResult.Type,

0 commit comments

Comments
 (0)