summaryrefslogtreecommitdiffstats
path: root/tpl/template.go
diff options
context:
space:
mode:
authorbogem <albertnigma@gmail.com>2016-11-21 23:01:42 +0100
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2016-11-23 09:13:00 +0100
commit75e55cd06f63bc545c1700cd6904e509fc91093b (patch)
treeaa1effc77857285545c640f1bd1c2e9a3708760f /tpl/template.go
parente81c06c3f0a6f9a960d91b31960e48a807112655 (diff)
hugolib, source, tpl: Fix docs
See #2014
Diffstat (limited to 'tpl/template.go')
-rw-r--r--tpl/template.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/template.go b/tpl/template.go
index 275ec6b8f..6c5bea9df 100644
--- a/tpl/template.go
+++ b/tpl/template.go
@@ -68,7 +68,7 @@ type GoHTMLTemplate struct {
errors []*templateErr
}
-// The "Global" Template System
+// T is the "global" template system
func T() Template {
if tmpl == nil {
tmpl = New()