mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Fix typo in DistributedActorSystem.swift doc comment
`an distributed actor` -> `a distributed actor`
This commit is contained in:
@@ -69,7 +69,7 @@ public protocol DistributedActorSystem: Sendable {
|
||||
// - MARK: Actor Lifecycle
|
||||
/// Create an `ActorID` for the passed actor type.
|
||||
///
|
||||
/// This function is invoked by an distributed actor during its initialization,
|
||||
/// This function is invoked by a distributed actor during its initialization,
|
||||
/// and the returned address value is stored along with it for the time of its
|
||||
/// lifetime.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user