fix doc typo

Closes PR 10881
 Merge to 5.0.1
This commit is contained in:
Matthew Flatt 2010-07-20 10:36:52 -06:00
parent 59de3b4f5e
commit b71940bfbf

View File

@ -1875,7 +1875,7 @@ See @scheme[prop:custom-write] for more information. The
@defthing[writable<%> interface?]{
Like @scheme[printable<%>], but includes only the
@scheme[custom-write] and @scheme[custom-print] methods.
@scheme[custom-write] and @scheme[custom-display] methods.
A @racket[print] request is directed to @scheme[custom-write].}
@; ------------------------------------------------------------------------