From 2332a96cd581af38f1d3e6216ad28bc84ec4d98e Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Tue, 20 Jul 2010 10:36:52 -0600 Subject: [PATCH] fix doc typo Closes PR 10881 Merge to 5.0.1 (cherry picked from commit b71940bfbfeb2f820ac722a9d5d25c38d9fa2e57) --- collects/scribblings/reference/class.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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].} @; ------------------------------------------------------------------------