inconsistent doc for stop-with

This commit is contained in:
Matthias Felleisen 2010-12-22 08:46:11 -05:00
parent da7567b7a8
commit e2e27522fb

View File

@ -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]