better docs

This commit is contained in:
Miek Gieben 2014-01-05 19:45:30 +00:00
parent ac2ee587b1
commit aafa94f352

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 used the correct thing for DS queries is done: a possible parent
// is sought. // is sought.
// If no handler is found a standard SERVFAIL message is returned // 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. // question section a SERVFAIL is returned.
func (mux *ServeMux) ServeDNS(w ResponseWriter, request *Msg) { func (mux *ServeMux) ServeDNS(w ResponseWriter, request *Msg) {
var h Handler var h Handler