From d75a9592bce2c8f2dc5932b115c09fb3453fcdd1 Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Tue, 27 Mar 2012 11:02:30 +0200 Subject: [PATCH] small doc update --- dns.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dns.go b/dns.go index 571e4a0a..f0b785b0 100644 --- a/dns.go +++ b/dns.go @@ -60,7 +60,7 @@ // An asynchronous query is also possible, setting up is more elaborate then // a synchronous query. The Basic use pattern is: // -// HandleQueryFunc(".", handler) +// HandleQuery(".", handler) // ListenAndQuery(nil, nil) // c.Do(m1, "127.0.0.1:53") // // Do something else