Skip to content

Commit 1ef2eef

Browse files
authored
Fix typo in DistributedActorSystem.swift doc comment
`an distributed actor` -> `a distributed actor`
1 parent 967e3c7 commit 1ef2eef

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)