small doc update

This commit is contained in:
Miek Gieben 2012-03-27 11:02:30 +02:00
parent 2db994d36e
commit d75a9592bc
1 changed files with 1 additions and 1 deletions

2
dns.go
View File

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