From 8c26521524a0e9fff25c1153d4b5481c229f9fdf Mon Sep 17 00:00:00 2001 From: Stephen Chang Date: Tue, 19 Apr 2011 14:32:17 -0400 Subject: [PATCH] fix typo in guide sec 17.3.3 (cherry picked from commit 3e08a611902960c099dab8915a3632f219dac21f) --- collects/scribblings/guide/hash-languages.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/guide/hash-languages.scrbl b/collects/scribblings/guide/hash-languages.scrbl index 4eb2ddcdc5..7d89a19648 100644 --- a/collects/scribblings/guide/hash-languages.scrbl +++ b/collects/scribblings/guide/hash-languages.scrbl @@ -177,7 +177,7 @@ implements and exports the @racket[identity] function, since The @racketmodname[syntax/module-reader] language accepts many optional specifications to adjust other features of the language. For example, an alternate @racketidfont{read} and @racketidfont{read-syntax} for -parsing the language can be spcified with @racket[#:read] and +parsing the language can be specified with @racket[#:read] and @racket[#:read-syntax], respectively. The following @filepath{dollar-racket.rkt} language uses @filepath{dollar.rkt} (see @secref["readtable"]) to build a language that is like