From 95702eead4d148c6111f5a3ef7ef7cbc0c906b49 Mon Sep 17 00:00:00 2001 From: CodeLingo Bot Date: Wed, 12 Dec 2018 02:30:35 +1300 Subject: Fix comments according to best practices by effective go (#217) * Fix comments according to best practices by effective go * Update font.go * Update fpdf_test.go * Update fpdf.go * Update example.go * Update util.go --- template_impl.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template_impl.go') diff --git a/template_impl.go b/template_impl.go index c34e688..6a98e58 100644 --- a/template_impl.go +++ b/template_impl.go @@ -100,7 +100,7 @@ func DeserializeTemplate(b []byte) (Template, error) { return tpl, err } -// returns the next layer of children images, it doesn't dig into +// childrenImages returns the next layer of children images, it doesn't dig into // children of children. Applies template namespace to keys to ensure // no collisions. See UseTemplateScaled func (t *FpdfTpl) childrenImages() map[string]*ImageInfoType { -- cgit v1.2.1-24-ge1ad