We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
withDiscardingTaskGroup
1 parent be0e61e commit 7b71100Copy full SHA for 7b71100
stdlib/public/Concurrency/DiscardingTaskGroup.swift
@@ -66,7 +66,7 @@ import Swift
66
/// For tasks that need to handle cancellation by throwing an error,
67
/// use the `withThrowingDiscardingTaskGroup(returning:body:)` method instead.
68
///
69
-/// - SeeAlso: ``withThrowingDiscardingTaskGroup(returning:body:)
+/// - SeeAlso: ``withThrowingDiscardingTaskGroup(returning:body:)``
70
@available(SwiftStdlib 5.9, *)
71
@backDeployed(before: SwiftStdlib 6.0)
72
@inlinable
0 commit comments