contract fix
svn: r6911 original commit: df9238bab09a78cdf760cdb17277efd804a56502
This commit is contained in:
parent
526994ad26
commit
fb3077b79f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user