Skip to content

Commit c4765d4

Browse files
committed
[stdlib][docs] fix the SeeAlso documentation for withDiscardingTaskGroup
The SeeAlso documentation for withDiscardingTaskGroup is missing trailing backticks.
1 parent 5a546ed commit c4765d4

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
@inlinable
7272
@_unsafeInheritExecutor

0 commit comments

Comments
 (0)