From e2e27522fb447cc5cadeca1d38f3e25b53454d32 Mon Sep 17 00:00:00 2001 From: Matthias Felleisen Date: Wed, 22 Dec 2010 08:46:11 -0500 Subject: [PATCH] inconsistent doc for stop-with --- collects/teachpack/2htdp/scribblings/universe.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/teachpack/2htdp/scribblings/universe.scrbl b/collects/teachpack/2htdp/scribblings/universe.scrbl index 92359705a4..91a58c897e 100644 --- a/collects/teachpack/2htdp/scribblings/universe.scrbl +++ b/collects/teachpack/2htdp/scribblings/universe.scrbl @@ -450,7 +450,7 @@ now. @item{ -@defstruct[stop-with ([w (unsyntax @tech{WorldState})])]{signals to +@defstruct*[stop-with ([w (unsyntax @tech{WorldState})])]{signals to DrRacket that the world program should shut down. That is, any handler may return @scheme[(stop-with w)] provided @scheme[w] is a @tech{WorldState}. If it does, the state of the world becomes @scheme[w]