Skip to content

Commit 935c99b

Browse files
authored
Merge pull request #74341 from kkebo/pick-fix-seealso-withdiscardingtaskgroup
[6.0][stdlib][docs] Fix the SeeAlso documentation for `withDiscardingTaskGroup`
2 parents ac65650 + 8658e96 commit 935c99b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/Concurrency/DiscardingTaskGroup.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ import Swift
6666
/// For tasks that need to handle cancellation by throwing an error,
6767
/// use the `withThrowingDiscardingTaskGroup(returning:body:)` method instead.
6868
///
69-
/// - SeeAlso: ``withThrowingDiscardingTaskGroup(returning:body:)
69+
/// - SeeAlso: ``withThrowingDiscardingTaskGroup(returning:body:)``
7070
@available(SwiftStdlib 5.9, *)
7171
@backDeployed(before: SwiftStdlib 6.0)
7272
@inlinable

0 commit comments

Comments
 (0)