add a @deftech for ``convertible''

This commit is contained in:
Robby Findler 2018-09-11 10:30:49 -05:00
parent 2e7d608fb3
commit 90514ef075

View File

@ -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.