aboutsummaryrefslogtreecommitdiffhomepage
path: root/template
diff options
context:
space:
mode:
Diffstat (limited to 'template')
-rw-r--r--template/engine.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/engine.go b/template/engine.go
index 5a46e0c..629059a 100644
--- a/template/engine.go
+++ b/template/engine.go
@@ -36,7 +36,7 @@ func (e *Engine) parseAll() {
}
}
-// Render process a template and write the ouput.
+// Render process a template.
func (e *Engine) Render(name, language string, data interface{}) []byte {
tpl, ok := e.templates[name]
if !ok {