Skip to content

Commit 74d43a6

Browse files
authored
Merge pull request #59148 from apple/max/distributed-actor-typo
Fix typo in `DistributedActorSystem.swift` doc comment
2 parents 967e3c7 + 1ef2eef commit 74d43a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/Distributed/DistributedActorSystem.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public protocol DistributedActorSystem: Sendable {
6969
// - MARK: Actor Lifecycle
7070
/// Create an `ActorID` for the passed actor type.
7171
///
72-
/// This function is invoked by an distributed actor during its initialization,
72+
/// This function is invoked by a distributed actor during its initialization,
7373
/// and the returned address value is stored along with it for the time of its
7474
/// lifetime.
7575
///

0 commit comments

Comments
 (0)