From 745c5f86957f9a1b6f1b37404585622b11897bff Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Wed, 17 Sep 2014 13:31:09 -0700 Subject: [PATCH] doc typo --- scribblings/tutorial-third.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scribblings/tutorial-third.scrbl b/scribblings/tutorial-third.scrbl index f9c051a..940a588 100644 --- a/scribblings/tutorial-third.scrbl +++ b/scribblings/tutorial-third.scrbl @@ -544,7 +544,7 @@ Be careful if you're working with integers and X-expressions — a raw integer i @subsubsection{Parsing attributes} -Detecting attributes in an argument list can be tricky because a) the tag may or may not have attributes, b) those attributes may be in standard or abbreviated syntax. For this reason, Pollen provides a @racket[split-attributes] function (in the @racket[pollen/tag] librar) that you can use in custom tag functions to separate the attributes and elements: +Detecting attributes in an argument list can be tricky because a) the tag may or may not have attributes, b) those attributes may be in standard or abbreviated syntax. For this reason, Pollen provides a @racket[split-attributes] function (in the @racket[pollen/tag] library) that you can use in custom tag functions to separate the attributes and elements: @fileblock["article.html.pm" @codeblock{ #lang pollen