From 90514ef0755a4928cb7106103fad5e3a3500628a Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Tue, 11 Sep 2018 10:30:49 -0500 Subject: [PATCH] add a @deftech for ``convertible'' --- pkgs/racket-doc/file/scribblings/convertible.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/racket-doc/file/scribblings/convertible.scrbl b/pkgs/racket-doc/file/scribblings/convertible.scrbl index 0a6c584300..02ed25a29c 100644 --- a/pkgs/racket-doc/file/scribblings/convertible.scrbl +++ b/pkgs/racket-doc/file/scribblings/convertible.scrbl @@ -9,7 +9,7 @@ The @racketmodname[file/convertible] library provides a protocol to mediate between providers of data in different possible formats and consumers of the formats. For example, a datatype that implements -@racket[prop:convertible] might be able to convert itself to a GIF or +@racket[prop:convertible] might be @deftech{convertible} to a GIF or PDF stream, in which case it would produce data for @racket['gif-bytes] or @racket['pdf-bytes] requests.