From 79d0b1e34df8d1390a25fb44ca81861c32f91af6 Mon Sep 17 00:00:00 2001 From: Keita Haga Date: Mon, 17 Jan 2011 01:36:08 +0900 Subject: [PATCH] html.templates: fix typo in description of template-convert word --- basis/html/templates/templates-docs.factor | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/basis/html/templates/templates-docs.factor b/basis/html/templates/templates-docs.factor index c95c342f95..6578f4843f 100644 --- a/basis/html/templates/templates-docs.factor +++ b/basis/html/templates/templates-docs.factor @@ -1,6 +1,6 @@ +USING: continuations help.markup help.syntax io quotations +strings urls xml.data ; IN: html.templates -USING: help.markup help.syntax io strings quotations xml.data -continuations urls ; HELP: template { $class-description "The class of HTML templates." } ; @@ -56,7 +56,7 @@ HELP: with-boilerplate HELP: template-convert { $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" "The following words define the interface between a templating engine and the " { $vocab-link "furnace.boilerplate" } " vocabulary."