From cba717bfecf802b03210b85ae9e75e2978509cd8 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Sun, 23 Mar 2014 13:02:46 -0700 Subject: [PATCH] pupdate --- scribblings/reader.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scribblings/reader.scrbl b/scribblings/reader.scrbl index 18d78ac..99c5a8b 100644 --- a/scribblings/reader.scrbl +++ b/scribblings/reader.scrbl @@ -107,7 +107,7 @@ Beyond that, there's not much to say about Racket form — any valid expression @bold{The relationship of native form and Racket form} -Even if you don't plan to write a lot of Racket expressions, you should be aware that under the hood, Pollen is converting all native-form commands into Racket-form commands. So a native-form command that looks like this: +Even if you don't plan to write a lot of Racket-form commands, you should be aware that under the hood, Pollen is converting all commands in native form to Racket form. So a native-form command that looks like this: @racketblock[ ◊headline[#:size 'enormous]{Man Bites Dog!}