From aafa94f3529c306816f206fec9f331bd3d3fffbd Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Sun, 5 Jan 2014 19:45:30 +0000 Subject: [PATCH] better docs --- server.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.go b/server.go index 86487967..14d4d8de 100644 --- a/server.go +++ b/server.go @@ -163,7 +163,7 @@ func (mux *ServeMux) HandleRemove(pattern string) { // is used the correct thing for DS queries is done: a possible parent // is sought. // If no handler is found a standard SERVFAIL message is returned -// If the request message does not have a single question in the +// If the request message does not have exactly one question in the // question section a SERVFAIL is returned. func (mux *ServeMux) ServeDNS(w ResponseWriter, request *Msg) { var h Handler