Merge pull request #2753 from Charliekenney23/fix-typo-resolveroptions-docs
fix typo in ResolverOptions.Credentials documentation
This commit is contained in:
commit
9035063a5b
@ -75,7 +75,7 @@ type ResolverOptions struct {
|
|||||||
|
|
||||||
// Credentials provides username and secret given a host.
|
// Credentials provides username and secret given a host.
|
||||||
// If username is empty but a secret is given, that secret
|
// 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
|
// Deprecated: use Authorizer
|
||||||
Credentials func(string) (string, string, error)
|
Credentials func(string) (string, string, error)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user