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 0ab68aa commit e48de1aCopy full SHA for e48de1a
stdlib/public/Concurrency/GlobalActor.swift
@@ -20,7 +20,7 @@ import Swift
20
/// are called global actor types, and can be applied to any declaration to
21
/// specify that such types are isolated to that global actor type. When using
22
/// such a declaration from another actor (or from nonisolated code),
23
-/// synchronization is performed through the \c shared actor instance to ensure
+/// synchronization is performed through the shared actor instance to ensure
24
/// mutually-exclusive access to the declaration.
25
@available(SwiftStdlib 5.5, *)
26
public protocol GlobalActor {
0 commit comments