From e03645e682b17271d254fde41681ff87a1c818bc Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Thu, 3 Dec 2015 20:49:11 -0500 Subject: [PATCH] Correct error in example used for development --- prospect/actor.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prospect/actor.rkt b/prospect/actor.rkt index 27a4576..d46fe3e 100644 --- a/prospect/actor.rkt +++ b/prospect/actor.rkt @@ -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)