Skip to content

Commit e48de1a

Browse files
committed
Remove invalid markup.
Fixes <rdar://82053644>.
1 parent 0ab68aa commit e48de1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/Concurrency/GlobalActor.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import Swift
2020
/// are called global actor types, and can be applied to any declaration to
2121
/// specify that such types are isolated to that global actor type. When using
2222
/// 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
2424
/// mutually-exclusive access to the declaration.
2525
@available(SwiftStdlib 5.5, *)
2626
public protocol GlobalActor {

0 commit comments

Comments
 (0)