From 18a29964fad31e51a4aefa4523f6aaf00c829b92 Mon Sep 17 00:00:00 2001 From: Anthony Fok Date: Mon, 16 Nov 2015 07:15:17 -0700 Subject: Fix trivial typos in code --- tpl/template.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tpl/template.go') diff --git a/tpl/template.go b/tpl/template.go index 97a043441..00617ff10 100644 --- a/tpl/template.go +++ b/tpl/template.go @@ -66,14 +66,14 @@ func T() Template { return tmpl } -// Resets the internal template state to it's initial state +// InitializeT resets the internal template state to its initial state func InitializeT() Template { tmpl = New() return tmpl } -// Return a new Hugo Template System -// With all the additional features, templates & functions +// New returns a new Hugo Template System +// with all the additional features, templates & functions func New() Template { var templates = &GoHTMLTemplate{ Template: *template.New(""), -- cgit v1.2.3