From b323d0276a4cd58f2008f51e20aee959b977abc7 Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Tue, 5 Mar 2013 13:56:59 +0100 Subject: [PATCH] Docs --- zscan.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.