From 526f7961f29a8ae0aa3385fce9af5f9b87ce30bd Mon Sep 17 00:00:00 2001 From: Daniel Fleischman Date: Wed, 30 Jun 2010 19:57:26 -0700 Subject: template: fix typo in doc comment R=golang-dev, rsc CC=golang-dev http://codereview.appspot.com/1665047 Committer: Russ Cox --- src/pkg/template/template.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/pkg/template/template.go b/src/pkg/template/template.go index 334559c13..a615b7b41 100644 --- a/src/pkg/template/template.go +++ b/src/pkg/template/template.go @@ -54,7 +54,7 @@ map passed to the template set up routines or in the default set ("html","str","") and is used to process the data for output. The formatter function has signature - func(wr io.Write, data interface{}, formatter string) + func(wr io.Writer, data interface{}, formatter string) where wr is the destination for output, data is the field value, and formatter is its name at the invocation site. */ -- cgit v1.2.3