html.templates: fix typo in description of template-convert word

db4
Keita Haga 2011-01-17 01:36:08 +09:00
parent db14fff1ae
commit 79d0b1e34d
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
USING: continuations help.markup help.syntax io quotations
strings urls xml.data ;
IN: html.templates IN: html.templates
USING: help.markup help.syntax io strings quotations xml.data
continuations urls ;
HELP: template HELP: template
{ $class-description "The class of HTML templates." } ; { $class-description "The class of HTML templates." } ;
@ -56,7 +56,7 @@ HELP: with-boilerplate
HELP: template-convert HELP: template-convert
{ $values { "template" template } { "output" "a pathname string" } } { $values { "template" template } { "output" "a pathname string" } }
{ $description "Calls the template and writes its output to a file with UTF8 encoding." } ; { $description "Calls the template and writes its output to a file with UTF-8 encoding." } ;
ARTICLE: "html.templates.boilerplate" "Boilerplate support" ARTICLE: "html.templates.boilerplate" "Boilerplate support"
"The following words define the interface between a templating engine and the " { $vocab-link "furnace.boilerplate" } " vocabulary." "The following words define the interface between a templating engine and the " { $vocab-link "furnace.boilerplate" } " vocabulary."