small doc update

This commit is contained in:
Miek Gieben 2012-03-27 11:02:30 +02:00
parent 2db994d36e
commit d75a9592bc

2
dns.go
View File

@ -60,7 +60,7 @@
// An asynchronous query is also possible, setting up is more elaborate then // An asynchronous query is also possible, setting up is more elaborate then
// a synchronous query. The Basic use pattern is: // a synchronous query. The Basic use pattern is:
// //
// HandleQueryFunc(".", handler) // HandleQuery(".", handler)
// ListenAndQuery(nil, nil) // ListenAndQuery(nil, nil)
// c.Do(m1, "127.0.0.1:53") // c.Do(m1, "127.0.0.1:53")
// // Do something else // // Do something else