From 5c7ddb17755f0eb67eae2b5b3ef2eacd56e6de88 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Tue, 21 Aug 2012 18:23:50 -0600 Subject: [PATCH] fix doc bug --- collects/unstable/scribblings/open-place.scrbl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/collects/unstable/scribblings/open-place.scrbl b/collects/unstable/scribblings/open-place.scrbl index 56406633b6..3c722b2e78 100644 --- a/collects/unstable/scribblings/open-place.scrbl +++ b/collects/unstable/scribblings/open-place.scrbl @@ -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. }