Fix one more typographic glitch

This commit is contained in:
Leandro Facchinetti 2016-04-08 07:39:38 -04:00
parent bf2b61dcb1
commit f22c1b7da4

View File

@ -720,7 +720,7 @@ work it out. The "template" the error message refers to is the
In fact, @racket[syntax-case] can have as many templates as you
want. The obvious, required template is the final expression supplying
the output syntax. But you can use @racket[syntax] (a.k.a. #') on a
the output syntax. But you can use @racket[syntax] (a.k.a. @tt{#'}) on a
pattern variable. This makes another template, albeit a small, "fun
size" template. Let's try that: