From 43ad726f3466440239954c3afab7a2cfeb6e97b1 Mon Sep 17 00:00:00 2001 From: Robert Griesemer Date: Fri, 23 Mar 2012 11:31:29 -0700 Subject: [PATCH] text/template: fix typo in package comment Fixes #3383. R=iant, bradfitz CC=golang-dev https://golang.org/cl/5891045 --- src/pkg/text/template/doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pkg/text/template/doc.go b/src/pkg/text/template/doc.go index 10e0f7fc37..aa50ab97f6 100644 --- a/src/pkg/text/template/doc.go +++ b/src/pkg/text/template/doc.go @@ -244,7 +244,7 @@ Functions During execution functions are found in two function maps: first in the template, then in the global function map. By default, no functions are defined -in the template but the Funcs methods can be used to add them. +in the template but the Funcs method can be used to add them. Predefined global functions are named as follows. -- 2.48.1