mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
Fix typo in xml comments.
R=rsc CC=golang-dev https://golang.org/cl/1503041
This commit is contained in:
parent
aae02a1855
commit
2e632088ce
1 changed files with 1 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue