fix doc typo

svn: r14761
This commit is contained in:
Matthew Flatt 2009-05-09 13:37:04 +00:00
parent 04d274f894
commit 99c19a552c

View File

@ -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?]{