From a067380622833a9c5153d88f71f614234e7fb57c Mon Sep 17 00:00:00 2001 From: Danny Yoo Date: Fri, 27 Apr 2012 15:49:35 -0400 Subject: [PATCH] small typo --- collects/scribblings/scribble/how-to-paper.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/scribble/how-to-paper.scrbl b/collects/scribblings/scribble/how-to-paper.scrbl index c405a521d6..3ee586aec4 100644 --- a/collects/scribblings/scribble/how-to-paper.scrbl +++ b/collects/scribblings/scribble/how-to-paper.scrbl @@ -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"].)