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 cd42291 commit 6da94ecCopy full SHA for 6da94ec
stdlib/public/Concurrency/Actor.swift
@@ -15,7 +15,7 @@ import Swift
15
16
/// Common protocol to which all actors conform.
17
///
18
-/// The Actor protocol generalizes over all actor types. Actor types
+/// The `Actor` protocol generalizes over all actor types. Actor types
19
/// implicitly conform to this protocol.
20
@available(SwiftStdlib 5.5, *)
21
public protocol Actor: AnyObject, Sendable {
0 commit comments