From 71adf702a445389baefa04931c7669709b3eb948 Mon Sep 17 00:00:00 2001 From: Matthias Felleisen Date: Mon, 16 Nov 2009 19:04:47 +0000 Subject: [PATCH] fixed typo in disconnect clause of universe, pls propagate svn: r16817 --- collects/teachpack/2htdp/scribblings/universe.scrbl | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/collects/teachpack/2htdp/scribblings/universe.scrbl b/collects/teachpack/2htdp/scribblings/universe.scrbl index 0c470afe2e..be34e073f1 100644 --- a/collects/teachpack/2htdp/scribblings/universe.scrbl +++ b/collects/teachpack/2htdp/scribblings/universe.scrbl @@ -1020,10 +1020,11 @@ optional handlers: #:contracts ([dis-expr (-> (unsyntax @tech{UniverseState}) iworld? bundle?)])]{ tell DrScheme to invoke @scheme[dis-expr] every time a participating - @tech{world} drops its connection to the server. The first two arguments - are the current list of participating worlds and the state of the - universe; the third one is the world that got disconnected. - } + @tech{world} drops its connection to the server. The first argument + is the current state of the universe server, while the second argument is + the (representation of the) world that got disconnected. The resulting + bundle usually includes this second argument in the third field, telling + drscheme not to wait for messages from this world anymore.} } @item{