Merge pull request #2753 from Charliekenney23/fix-typo-resolveroptions-docs

fix typo in ResolverOptions.Credentials documentation
This commit is contained in:
Michael Crosby
2018-10-31 13:28:14 -04:00
committed by GitHub

View File

@@ -75,7 +75,7 @@ type ResolverOptions struct {
// Credentials provides username and secret given a host.
// If username is empty but a secret is given, that secret
// is interpretted as a long lived token.
// is interpreted as a long lived token.
// Deprecated: use Authorizer
Credentials func(string) (string, string, error)