fix documentation for custom-write-accessor mode

The `write-proc` mode argument can be `#t`, `#f`, `0`, or `1`. The 0 and 1 represent print mode and quote depth.
This commit is contained in:
AlexKnauth 2019-04-30 11:41:52 -04:00 committed by Sam Tobin-Hochstadt
parent 842769c501
commit b2afedb70a

View File

@ -108,7 +108,7 @@ property, @racket[#f] otherwise.}
@defproc[(custom-write-accessor [v custom-write?])
(custom-write? output-port? boolean? . -> . any)]{
(custom-write? output-port? (or/c boolean? (integer-in 0 1)) . -> . any)]{
Returns the custom-write procedure associated with @racket[v].}