Fix typo in the documentation.

Affected section:
The Racket Guide > 17 Creating Languages
> 17.3 Defining new #lang Languages > 17.3.2 Using #lang reader
This commit is contained in:
Rodolfo Carvalho 2011-10-06 16:15:50 -03:00 committed by Eli Barzilay
parent 967fa41ad5
commit 412201796a

View File

@ -108,7 +108,7 @@ treats its entire body as literal text and exports the text as a
The @filepath{literal.rkt} language uses @racket[strip-context] on the
generated @racket[module] expression, because a
@racketidfont{read-syntax} function should return a syntax obejct with
@racketidfont{read-syntax} function should return a syntax object with
no lexical context. Also, the @filepath{literal.rkt} language creates
a module named @racketidfont{anything}, which is an arbitrary choice;
the language is intended to be used in a file, and the longhand module