Add missing "not".

Found by Greg Hendershott back in September.
This commit is contained in:
Vincent St-Amour 2016-02-25 16:09:53 -06:00
parent a45330815d
commit f71474baca

View File

@ -695,7 +695,7 @@ enclosing module body or top-level sequence.
@transform-time[] If the current expression being transformed is not @transform-time[] If the current expression being transformed is not
within a @racket[module] form or within a top-level expansion, then 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*] @racket[module] or @racket[module*], or if it starts with @racket[module*]
in a top-level context, the @exnraise[exn:fail:contract]. in a top-level context, the @exnraise[exn:fail:contract].