correct documentation

This commit is contained in:
Miek Gieben 2013-09-29 11:50:09 +01:00
parent b02f1b5203
commit b06d42f1d7
1 changed files with 1 additions and 1 deletions

2
dns.go
View File

@ -36,7 +36,7 @@
// In the DNS messages are exchanged, these messages contain resource
// records (sets). Use pattern for creating a message:
//
// m := dns.new(Msg)
// m := new(dns.Msg)
// m.SetQuestion("miek.nl.", dns.TypeMX)
//
// Or when not certain if the domain name is fully qualified: