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
commit 9035063a5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)