fix doc typo

original commit: f46edbe1ffb0136761b9812eb852c3b1f1b5b19b
This commit is contained in:
Matthew Flatt 2011-05-24 12:57:59 -06:00
parent 1348145b52
commit ca2c0c2591

View File

@ -275,9 +275,9 @@ provide @racketidfont{snip-class} object that implements the
@racket[snip-class%] class. The second quoted module path is used by @racket[snip-class%] class. The second quoted module path is used by
the @racketmodname[wxme] library for converting @tech{WXME} streams the @racketmodname[wxme] library for converting @tech{WXME} streams
without graphical support; the corresponding module must provide a without graphical support; the corresponding module must provide a
@racketidfont{reader} object that implements the @racket[reader<%>] @racketidfont{reader} object that implements the @racket[snip-reader<%>]
interface. Naturally, the @racket[snip-class%] instance and interface. Naturally, the @racket[snip-class%] instance and
@racket[reader<%>] instance are expected to parse the same format, but @racket[snip-reader<%>] instance are expected to parse the same format, but
generate different results suitable for the different contexts (i.e., generate different results suitable for the different contexts (i.e.,
graphical or not). graphical or not).