summaryrefslogtreecommitdiff
path: root/libgo/go/html/template/doc.go
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/go/html/template/doc.go')
-rw-r--r--libgo/go/html/template/doc.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/html/template/doc.go b/libgo/go/html/template/doc.go
index 3699ea1a91c..f470facfd0c 100644
--- a/libgo/go/html/template/doc.go
+++ b/libgo/go/html/template/doc.go
@@ -29,7 +29,7 @@ can be safely embedded in an HTML document. The escaping is contextual, so
actions can appear within JavaScript, CSS, and URI contexts.
The security model used by this package assumes that template authors are
-trusted, while text/template Execute's data parameter is not. More details are
+trusted, while Execute's data parameter is not. More details are
provided below.
Example