From d38fa917927006d85ca70b474ed29ffbe067ce39 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Sun, 12 Aug 2012 07:29:21 -0600 Subject: [PATCH] doc fix Closes PR 13007 --- collects/scribblings/reference/stx-ops.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/reference/stx-ops.scrbl b/collects/scribblings/reference/stx-ops.scrbl index 7c5597009f..89b1e99b35 100644 --- a/collects/scribblings/reference/stx-ops.scrbl +++ b/collects/scribblings/reference/stx-ops.scrbl @@ -198,7 +198,7 @@ then the resulting immediate @tech{syntax object} is given the properties (see @secref["stxprops"]) of @racket[prop]; if @racket[v] is a pair, vector, box, immutable @tech{hash table}, or immutable @tech{prefab} structure, recursively converted values are not given -properties or certificates. If @racket[ctxt] is @tech{tainted} or +properties. If @racket[ctxt] is @tech{tainted} or @tech{armed}, then the resulting syntax object from @racket[datum->syntax] is @tech{tainted}.