This commit is contained in:
Miek Gieben 2013-03-05 13:56:59 +01:00
parent 3ba1bf974e
commit b323d0276a
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ type lex struct {
type Token struct {
RR // the scanned resource record when error is not nil
Error *ParseError // when an error occured, this has the error specifics
Comment string // A potential comment positioned after the RR
Comment string // A potential comment positioned after the RR, but on the same line
}
// NewRR reads the RR contained in the string s. Only the first RR is returned.