typo fixed with (lambda () ..); Closes PR 13164
This commit is contained in:
parent
6fde63007e
commit
6a1f50226e
|
@ -1364,7 +1364,9 @@ in parallel:
|
|||
(racketblock
|
||||
> (apply launch-many-worlds/proc
|
||||
(build-list (random 10)
|
||||
(lambda (i) (main (number->string i)))))
|
||||
(lambda (i)
|
||||
(lambda ()
|
||||
(main (number->string i))))))
|
||||
0
|
||||
9
|
||||
1
|
||||
|
|
Loading…
Reference in New Issue
Block a user