fix doc typo

Closes PR 10881
 Merge to 5.0.1
(cherry picked from commit b71940bfbf)
This commit is contained in:
Matthew Flatt 2010-07-20 10:36:52 -06:00 committed by Eli Barzilay
parent 2bd6deba71
commit 2332a96cd5

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].}
@; ------------------------------------------------------------------------