diff --git a/collects/scribblings/scribble/reader.scrbl b/collects/scribblings/scribble/reader.scrbl index a61d6e90..bae31384 100644 --- a/collects/scribblings/scribble/reader.scrbl +++ b/collects/scribblings/scribble/reader.scrbl @@ -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