contract fix

svn: r6911

original commit: df9238bab09a78cdf760cdb17277efd804a56502
This commit is contained in:
Eli Barzilay 2007-07-14 00:40:13 +00:00
parent 526994ad26
commit fb3077b79f

View File

@ -755,7 +755,7 @@ experimentation. (Note: enables line and column tracking.)
}
@defparam[datum-readtable readtable
(or/c #t false/c readtable? (readtable? . -> . readtable?))]{
(or/c (one-of/c #t #f) readtable? (readtable? . -> . readtable?))]{
A parameter that determines the readtable used for reading the datum
part. The default (@scheme[#t]) is to use the current readtable
(usually a result of @scheme[make-at-readtable]), otherwise it can be