From ac919568a60295b5bdb1e028c24c98153bf2a122 Mon Sep 17 00:00:00 2001 From: Matthias Felleisen Date: Wed, 3 Aug 2011 11:42:11 -0400 Subject: [PATCH] fix doc bug, with 50386760dd this truly; Closes PR 10559 --- 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 8a9e692f56..31f45bb72a 100644 --- a/collects/teachpack/2htdp/scribblings/universe.scrbl +++ b/collects/teachpack/2htdp/scribblings/universe.scrbl @@ -1153,7 +1153,7 @@ For advanced programmers, the library also provides a programmatic interface for launching many worlds in parallel. @defproc[(launch-many-worlds/proc [thunk-that-runs-a-world (-> any/c)] ...) - any]{ + (values any @#,racketfont{...})]{ invokes all given @racket[thunk-that-runs-a-world] in parallel. Typically each argument is a function of no argument that evaluates a @racket[big-bang] expression. When all worlds have stopped, the function expression returns