Skip to content

Commit 7c6cc14

Browse files
committed
Fix TaskLocal macro link issue
1 parent a3e8d10 commit 7c6cc14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/Concurrency/TaskLocal.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ public macro TaskLocal() =
158158
/// }
159159
/// }
160160
///
161-
/// - SeeAlso: ``TaskLocal-macro``
161+
/// - SeeAlso: ``TaskLocal()-macro``
162162
@available(SwiftStdlib 5.1, *)
163163
public final class TaskLocal<Value: Sendable>: Sendable, CustomStringConvertible {
164164
let defaultValue: Value

0 commit comments

Comments
 (0)