fix doc typo
svn: r14761
This commit is contained in:
parent
04d274f894
commit
99c19a552c
|
@ -151,7 +151,8 @@ needed to strip lexical and source-location information recursively.}
|
||||||
(or/c exact-positive-integer? #f)
|
(or/c exact-positive-integer? #f)
|
||||||
(or/c exact-nonnegative-integer? #f)
|
(or/c exact-nonnegative-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]
|
[prop (or/c syntax? #f) #f]
|
||||||
[cert (or/c syntax? #f) #f])
|
[cert (or/c syntax? #f) #f])
|
||||||
syntax?]{
|
syntax?]{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user