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,7 +15,7 @@ import Swift
1515
1616/// Common protocol to which all actors conform.
1717///
18- /// The Actor protocol generalizes over all actor types. Actor types
18+ /// The ` Actor` protocol generalizes over all actor types. Actor types
1919/// implicitly conform to this protocol.
2020@available ( SwiftStdlib 5 . 5 , * )
2121public protocol Actor : AnyObject , Sendable {
@@ -53,7 +53,7 @@ public func _defaultActorDestroy(_ actor: AnyObject)
5353internal func _enqueueOnMain( _ job: UnownedJob )
5454
5555/// A singleton actor whose executor is equivalent to
56- /// DispatchQueue.main, which is the main dispatch queue.
56+ /// ` DispatchQueue.main` , which is the main dispatch queue.
5757@available( SwiftStdlib 5 . 5 , * )
5858@globalActor public final actor MainActor: SerialExecutor {
5959 public static let shared = MainActor ( )
You can’t perform that action at this time.
0 commit comments