From 5ded2b9e5f35521fb1e9ba4a5d19c721ed0499f7 Mon Sep 17 00:00:00 2001 From: Blake Johnson Date: Fri, 10 Sep 2010 13:00:36 -0600 Subject: [PATCH] fixing pr11130 --- collects/scribblings/raco/zo-parse.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/raco/zo-parse.scrbl b/collects/scribblings/raco/zo-parse.scrbl index 8d0ad40180..9b35603913 100644 --- a/collects/scribblings/raco/zo-parse.scrbl +++ b/collects/scribblings/raco/zo-parse.scrbl @@ -165,7 +165,7 @@ After @racket[rhs] is evaluated, the stack is restored to its depth from before evaluating @racket[rhs].} @deftogether[( -@defstruct+[(def-syntaxes form) ([ids (listof toplevel?)] +@defstruct+[(def-syntaxes form) ([ids (listof symbol?)] [rhs (or/c expr? seq? indirect? any/c)] [prefix prefix?] [max-let-depth exact-nonnegative-integer?])]