Correct error in example used for development

This commit is contained in:
Tony Garnock-Jones 2015-12-03 20:49:11 -05:00
parent bddcf9a240
commit e03645e682
1 changed files with 1 additions and 1 deletions

View File

@ -446,7 +446,7 @@
(expand-and-print
#'(actor
(until (= count 10)
(until (rising-edge (= count 10))
#:collect [(count 0)]
(on (message `(hello ,$who))
(println "Got hello: ~a" who)