From 99d23ee4a7df32641eb4b29e31c28030cb1860bd Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Fri, 1 Mar 2013 09:12:43 +0100 Subject: [PATCH] docs --- msg.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/msg.go b/msg.go index 3dc702e6..495bb1c9 100644 --- a/msg.go +++ b/msg.go @@ -1356,9 +1356,9 @@ func (dns *Msg) String() string { } // Len return the message length when in (un)compressed wire format. -// If dns.Compress is true compression is taken into account, currently +// If dns.Compress is true compression it is taken into account, currently // this only counts owner name compression. There is no check for -// nil valued sections (allocated, but contains no RRs). +// nil valued sections (allocated, but contain no RRs). func (dns *Msg) Len() int { // Message header is always 12 bytes l := 12