Skip to content

Commit 71937fe

Browse files
committed
Fix confusing comment
1 parent d068399 commit 71937fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github/auth.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ func makeOptions(opts ...ClientOption) (*clientOptions, error) {
208208
// Using WithOAuth2Token you can specify authentication
209209
// credentials, passing no such ClientOption will allow public read access only.
210210
//
211-
// Basic Auth is not supported because it is deprecated by GitHub, see
211+
// Password-based authentication is not supported because it is deprecated by GitHub, see
212212
// https://developer.github.com/changes/2020-02-14-deprecating-password-auth/
213213
//
214214
// GitHub Enterprise can be used if you specify the domain using WithDomain.

0 commit comments

Comments
 (0)