Skip to content
This repository was archived by the owner on Jun 20, 2023. It is now read-only.

Commit 3d90782

Browse files
gammazerolidel
andcommitted
Update base.go with suggestion
Co-authored-by: Marcin Rataj <[email protected]>
1 parent 4e753ad commit 3d90782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)