Skip to content

Commit 83ac78f

Browse files
author
Chris Adamson
committed
Remove symbol from Actor abstract.
1 parent 6eebb22 commit 83ac78f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stdlib/public/Concurrency/Actor.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ public func _defaultActorDestroy(_ actor: AnyObject)
5252
@usableFromInline
5353
internal func _enqueueOnMain(_ job: UnownedJob)
5454

55-
/// A singleton actor whose executor is equivalent to
56-
/// `DispatchQueue.main`, which is the main dispatch queue.
55+
/// A singleton actor whose executor is equivalent to the main
56+
/// dispatch queue.
5757
@available(SwiftStdlib 5.5, *)
5858
@globalActor public final actor MainActor: SerialExecutor {
5959
public static let shared = MainActor()

0 commit comments

Comments
 (0)