File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
stdlib/public/Concurrency Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ import Swift
15
15
/// A type that represents a globally-unique actor that can be used to isolate
16
16
/// various declarations anywhere in the program.
17
17
///
18
- /// A type that conforms to the `GlobalActor` protocol and is marked with the
18
+ /// A type that conforms to the `GlobalActor` protocol and is marked with
19
19
/// the `@globalActor` attribute can be used as a custom attribute. Such types
20
20
/// are called global actor types, and can be applied to any declaration to
21
21
/// specify that such types are isolated to that global actor type. When using
22
22
/// such a declaration from another actor (or from nonisolated code),
23
- /// synchronization is performed through the \c shared actor instance to ensure
23
+ /// synchronization is performed through the shared actor instance to ensure
24
24
/// mutually-exclusive access to the declaration.
25
25
@available ( SwiftStdlib 5 . 1 , * )
26
26
public protocol GlobalActor {
You can’t perform that action at this time.
0 commit comments