Fix typo in DistributedActorSystem.swift doc comment

`an distributed actor` -> `a distributed actor`
This commit is contained in:
Max Desiatov
2022-05-29 19:21:43 +01:00
committed by GitHub
parent 967e3c75f4
commit 1ef2eeffa4

View File

@@ -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.
///