summaryrefslogtreecommitdiff
path: root/src/cmd/godoc/template.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/godoc/template.go')
-rw-r--r--src/cmd/godoc/template.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/godoc/template.go b/src/cmd/godoc/template.go
index d709baef4..c96bf5bc4 100644
--- a/src/cmd/godoc/template.go
+++ b/src/cmd/godoc/template.go
@@ -3,7 +3,7 @@
// license that can be found in the LICENSE file.
// Template support for writing HTML documents.
-// Documents that include Template: true in their
+// Documents that include Template: true in their
// metadata are executed as input to text/template.
//
// This file defines functions for those templates to invoke.