This commit is contained in:
Miek Gieben 2012-08-31 22:23:49 +02:00
parent 22c2f9078e
commit 9d002abc8c
1 changed files with 1 additions and 1 deletions

2
dns.go
View File

@ -41,7 +41,7 @@
// m := dns.new(Msg)
// m.SetQuestion("miek.nl.", dns.TypeMX)
//
// Or when note sure if the domain name is fully qualified:
// Or when not certain if the domain name is fully qualified:
//
// m.SetQuestion(dns.Fqdn("miek.nl"), dns.TypeMX)
//