Commit 2e632088 authored by Nigel Tao's avatar Nigel Tao

Fix typo in xml comments.

R=rsc
CC=golang-dev
https://golang.org/cl/1503041
parent aae02a18
......@@ -158,9 +158,8 @@ type Parser struct {
// "lt": "<",
// "gt": ">",
// "amp": "&",
// "pos": "'",
// "apos": "'",
// "quot": `"`,
//
Entity map[string]string
r io.ReadByter
......@@ -222,7 +221,6 @@ func NewParser(r io.Reader) *Parser {
// set to the URL identifying its name space when known.
// If Token encounters an unrecognized name space prefix,
// it uses the prefix as the Space rather than report an error.
//
func (p *Parser) Token() (t Token, err os.Error) {
if p.nextToken != nil {
t = p.nextToken
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment