Skip to content

Commit 80ecd1a

Browse files
committed
Update base.go with suggestion
Co-authored-by: Marcin Rataj <[email protected]> This commit was moved from ipfs/go-namesys@3d90782
1 parent 33050b4 commit 80ecd1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

namesys/base.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ func resolve(ctx context.Context, r resolver, name string, options opts.ResolveO
4343
i--
4444
}
4545
// Wrap error so that it can be tested if it is a ErrResolveFailed
46-
err = fmt.Errorf("%w: %s is missing DNSLink record (https://docs.ipfs.io/concepts/dnslink/)", ErrResolveFailed, name[i+1:])
46+
err = fmt.Errorf("%w: %q is missing a DNSLink record (https://docs.ipfs.io/concepts/dnslink/)", ErrResolveFailed, name[i+1:])
4747
}
4848
return p, err
4949
}

0 commit comments

Comments
 (0)