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.
DistributedActorSystem.swift
1 parent 967e3c7 commit 1ef2eefCopy full SHA for 1ef2eef
stdlib/public/Distributed/DistributedActorSystem.swift
@@ -69,7 +69,7 @@ public protocol DistributedActorSystem: Sendable {
69
// - MARK: Actor Lifecycle
70
/// Create an `ActorID` for the passed actor type.
71
///
72
- /// This function is invoked by an distributed actor during its initialization,
+ /// This function is invoked by a distributed actor during its initialization,
73
/// and the returned address value is stored along with it for the time of its
74
/// lifetime.
75
0 commit comments