fix doc bug

This commit is contained in:
Matthew Flatt 2012-08-21 18:23:50 -06:00
parent 50980e2831
commit 5c7ddb1775

View File

@ -15,7 +15,7 @@
@defform[(open-place id body ...+)]{
Like @racket[(place id body ...)], but @racket[body ...] may have free lexical
variables, which are automatically sent to the newly-created @tech{place}.
variables, which are automatically sent to the newly-created @tech[#:doc '(lib "scribblings/reference/reference.scrbl")]{place}.
Note that these variables must have values accepted by
@racket[place-message-allowed?], otherwise an @[exn:fail:contract] is raised.
@racket[place-message-allowed?], otherwise an @racket[exn:fail:contract] exception is raised.
}