summaryrefslogtreecommitdiff
path: root/src/pkg/html/doc.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/html/doc.go')
-rw-r--r--src/pkg/html/doc.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/html/doc.go b/src/pkg/html/doc.go
index 4f5dee72d..55135c3d0 100644
--- a/src/pkg/html/doc.go
+++ b/src/pkg/html/doc.go
@@ -3,7 +3,7 @@
// license that can be found in the LICENSE file.
/*
-The html package implements an HTML5-compliant tokenizer and parser.
+Package html implements an HTML5-compliant tokenizer and parser.
Tokenization is done by creating a Tokenizer for an io.Reader r. It is the
caller's responsibility to ensure that r provides UTF-8 encoded HTML.