Skip to content

Commit be78492

Browse files
committed
comment cosmetics
This commit was moved from ipfs/go-namesys@df97fc2
1 parent b1a0055 commit be78492

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

namesys/dns.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
dns "github.com/miekg/dns"
1414
)
1515

16-
// LookupTXTFunc is a generic type for a function that lookups TXT record values.
16+
// LookupTXTFunc is a function that lookups TXT record values.
1717
type LookupTXTFunc func(ctx context.Context, name string) (txt []string, err error)
1818

1919
// DNSResolver implements a Resolver on DNS domains

0 commit comments

Comments
 (0)