diff --git a/collects/scribblings/reference/class.scrbl b/collects/scribblings/reference/class.scrbl index 8fa1540d5c..8754cac866 100644 --- a/collects/scribblings/reference/class.scrbl +++ b/collects/scribblings/reference/class.scrbl @@ -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].} @; ------------------------------------------------------------------------