Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion proposals/0428-resolve-distributed-actor-protocols.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ The macro must be attached to the a `protocol` declaration that is a `Distribute
import Distributed

@Resolvable
protocol Greeter where ActorSystem: DistributedActorSystem<any Codable> {
protocol Greeter: DistributedActor where ActorSystem: DistributedActorSystem<any Codable> {
distributed func greet(name: String) -> String
}
```
Expand Down