From f71474bacaea69b7c1638c5834640417ee0548d4 Mon Sep 17 00:00:00 2001 From: Vincent St-Amour Date: Thu, 25 Feb 2016 16:09:53 -0600 Subject: [PATCH] Add missing "not". Found by Greg Hendershott back in September. --- pkgs/racket-doc/scribblings/reference/stx-trans.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/racket-doc/scribblings/reference/stx-trans.scrbl b/pkgs/racket-doc/scribblings/reference/stx-trans.scrbl index a84a7f2a46..7d46eb35b5 100644 --- a/pkgs/racket-doc/scribblings/reference/stx-trans.scrbl +++ b/pkgs/racket-doc/scribblings/reference/stx-trans.scrbl @@ -695,7 +695,7 @@ enclosing module body or top-level sequence. @transform-time[] If the current expression being transformed is not within a @racket[module] form or within a top-level expansion, then -the @exnraise[exn:fail:contract]. If @racket[stx] form does start with +the @exnraise[exn:fail:contract]. If @racket[stx] form does not start with @racket[module] or @racket[module*], or if it starts with @racket[module*] in a top-level context, the @exnraise[exn:fail:contract].