Skip to content

Commit 6da94ec

Browse files
author
Chris Adamson
committed
Restore code voice in Actor discussion.
1 parent cd42291 commit 6da94ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/Concurrency/Actor.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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, *)
2121
public protocol Actor: AnyObject, Sendable {

0 commit comments

Comments
 (0)