1
0
mirror of https://github.com/golang/go synced 2024-11-25 03:37:58 -07:00

text/template: fix typo in package comment

Fixes #3383.

R=iant, bradfitz
CC=golang-dev
https://golang.org/cl/5891045
This commit is contained in:
Robert Griesemer 2012-03-23 11:31:29 -07:00
parent 54a2e63a60
commit 43ad726f34

View File

@ -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.