diff options
Diffstat (limited to 'libgo/go/html/doc.go')
-rw-r--r-- | libgo/go/html/doc.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/html/doc.go b/libgo/go/html/doc.go index 4f5dee72da3..55135c3d05f 100644 --- a/libgo/go/html/doc.go +++ b/libgo/go/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. |