Commit a828476
authored
Fix sample code in
This code caused an error with `ActorSystem` type parameter unbound:
```
import Distributed
@resolvable
protocol Greeter where ActorSystem: DistributedActorSystem<any Codable> {
distributed func greet(name: String) -> String
}
```0428-resolve-distributed-actor-protocols.md
1 parent 2af25b6 commit a828476
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| |||
0 commit comments