1
0
Fork 0

Remove extra "has" from func comment.

This commit is contained in:
Matt Goodall 2012-07-11 15:55:37 +01:00
parent 85472a72b4
commit 9013ad6a6a
1 changed files with 2 additions and 2 deletions

View File

@ -107,8 +107,8 @@ func (stream *Stream) Next(match *xml.Name) (*xml.StartElement, error) {
panic("Unreachable")
}
// Skip reads tokens until it has reaches the end element of the most recent
// start element that has already been read.
// Skip reads tokens until it reaches the end element of the most recent start
// element that has already been read.
func (stream *Stream) Skip() error {
return stream.dec.Skip()
}