From 99c19a552c94030f6e91b2d018ad4bf73ee1f65c Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Sat, 9 May 2009 13:37:04 +0000 Subject: [PATCH] fix doc typo svn: r14761 --- collects/scribblings/reference/stx-ops.scrbl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/collects/scribblings/reference/stx-ops.scrbl b/collects/scribblings/reference/stx-ops.scrbl index 9a194b174d..0afe1326f1 100644 --- a/collects/scribblings/reference/stx-ops.scrbl +++ b/collects/scribblings/reference/stx-ops.scrbl @@ -151,7 +151,8 @@ needed to strip lexical and source-location information recursively.} (or/c exact-positive-integer? #f) (or/c exact-nonnegative-integer? #f) (or/c exact-nonnegative-integer? #f) - (or/c exact-positive-integer? #f)))] + (or/c exact-positive-integer? #f))) + #f] [prop (or/c syntax? #f) #f] [cert (or/c syntax? #f) #f]) syntax?]{