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.
1 parent a3e8d10 commit 7c6cc14Copy full SHA for 7c6cc14
stdlib/public/Concurrency/TaskLocal.swift
@@ -158,7 +158,7 @@ public macro TaskLocal() =
158
/// }
159
160
///
161
-/// - SeeAlso: ``TaskLocal-macro``
+/// - SeeAlso: ``TaskLocal()-macro``
162
@available(SwiftStdlib 5.1, *)
163
public final class TaskLocal<Value: Sendable>: Sendable, CustomStringConvertible {
164
let defaultValue: Value
0 commit comments