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 e1e9cad0af7..cb898127432 100644
--- a/libgo/go/html/template/doc.go
+++ b/libgo/go/html/template/doc.go
@@ -129,7 +129,7 @@ then the template output is
<script>var pair = {"A": "foo", "B": "bar"};</script>
-See package json to understand how non-string content is marshalled for
+See package json to understand how non-string content is marshaled for
embedding in JavaScript contexts.