better docs

This commit is contained in:
Miek Gieben 2014-01-05 19:45:30 +00:00
parent ac2ee587b1
commit aafa94f352
1 changed files with 1 additions and 1 deletions

View File

@ -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