Skip to content

Commit 7b71100

Browse files
authored
[stdlib][docs] Fix the SeeAlso documentation for withDiscardingTaskGroup (#72767)
The SeeAlso documentation for `withDiscardingTaskGroup` is missing trailing backticks.
1 parent be0e61e commit 7b71100

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)