fix doc bug, with 50386760dd this truly; Closes PR 10559

This commit is contained in:
Matthias Felleisen 2011-08-03 11:42:11 -04:00
parent 50386760dd
commit ac919568a6

View File

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