fix doc typo

This commit is contained in:
Matthew Flatt 2011-05-24 12:57:59 -06:00
parent cc647f0ab9
commit f46edbe1ff

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