From 9cd5fb7a065448dab7c1058c2be944942d8105b6 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Mon, 24 Mar 2014 13:47:12 -0700 Subject: [PATCH] update --- scribblings/command.scrbl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scribblings/command.scrbl b/scribblings/command.scrbl index 793f5da..20f1e1c 100644 --- a/scribblings/command.scrbl +++ b/scribblings/command.scrbl @@ -299,7 +299,7 @@ For instance, suppose we want to use @tt{map} as a tag even though Racket is usi @racketoutput{@literal{'(my-map "How I would love this to be a map.")}} -But @code{my-map} is not the tag we want. We need to define @code{my-map} to be a tag function for @tt{map}, which we can do with the Pollen helper @racket[make-tag-function]. That function lives in @racketmodname[pollen/tag], so we @racket[require] that too: +But @code{my-map} is not the tag we want. We need to define @code{my-map} to be a tag function for @tt{map}. We can do this with the Pollen helper @racket[make-tag-function]. That function lives in @racketmodname[pollen/tag], so we @racket[require] that too: @codeblock|{ @@ -426,6 +426,7 @@ The value of edge is ◊|edge| pixels} @subsubsection{Inserting a comment} + @subsubsection{lalala}