Update template for new syntax

This commit is contained in:
Tony Garnock-Jones 2018-11-22 11:19:59 +00:00
parent 30fed9d0f6
commit 6acd48b360
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ message type Greeting(who);
spawn named 'sender' {
on asserted Observe(Greeting(_)) {
^ Greeting("world");
send Greeting("world");
}
}