From a115d2230a486af81aa6df2bde36bdfca67ced1a Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Sun, 2 Dec 2012 08:45:47 +0100 Subject: [PATCH] Doc updates --- xfr.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xfr.go b/xfr.go index 84b47be3..aeeff37c 100644 --- a/xfr.go +++ b/xfr.go @@ -9,7 +9,7 @@ type XfrMsg struct { // XfrReceive performs a [AI]xfr request (depends on the message's Qtype). It returns // a channel of *XfrMsg on which the replies from the server are sent. At the end of // the transfer the channel is closed. -// It panics if the Qtype does not equal TypeAXFR or TypeIXFR. The messages are TSIG checked if +// The messages are TSIG checked if // needed, no other post-processing is performed. The caller must dissect the returned // messages. //