parallel-lock-client doc fix

This commit is contained in:
Kevin Tew 2011-01-12 10:36:29 -07:00
parent 65460f5739
commit 324d1aa440

View File

@ -333,7 +333,7 @@ parallel builder should continue without compiling @racket[zo-path].
@examples[
#:eval cm-eval
(let* ([lc (parallel-lock-client)]
[zo-name #"collects/racket/draw.rkt"]
[zo-name #"collects/racket/compiled/draw_rkt.zo"]
[locked? (and lc (lc 'lock zo-name))]
[ok-to-compile? (or (not lc) locked?)])
(dynamic-wind