diff --git a/zscan.go b/zscan.go index 0b31cdd3..fa703e66 100644 --- a/zscan.go +++ b/zscan.go @@ -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.