From fc4dd83a8c74e3964587daba40a41d88a6d98f24 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Fri, 1 Jan 2016 07:06:54 -0800 Subject: [PATCH] Typo (fixes #107) --- 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 5cc7b16..4735775 100644 --- a/scribblings/tutorial-third.scrbl +++ b/scribblings/tutorial-third.scrbl @@ -465,7 +465,7 @@ But more often, you're going to want to use functions defined elsewhere, and sto Any function in Racket's extensive libraries can be called by loading the library with the @racket[require] command, which will make all its functions and constants available with the usual Pollen command syntax: -@fileblock["article.html.pp" @codeblock{ +@fileblock["article.html.pm" @codeblock{ #lang pollen ◊(require racket/math) Pi is close to ◊(number->string pi).