small typo

original commit: a067380622833a9c5153d88f71f614234e7fb57c
This commit is contained in:
Danny Yoo 2012-04-27 15:49:35 -04:00 committed by Eli Barzilay
parent 6a773e5078
commit 876b221b05

View File

@ -530,7 +530,7 @@ the @hash-lang[] line that starts the document. The
@racketmodname[scribble/base], @racketmodname[scribble/manual], and
@racketmodname[scribble/sigplan] languages all use the same
@racket[decode] operation. The @racketmodname[scribble/text] language,
however, acts more like a plain-text genrator and preprocessor, and it
however, acts more like a plain-text generator and preprocessor, and it
does not perform any such decoding rules. (For more on
@racketmodname[scribble/text], see @secref["text"].)