Skip to content

Commit

Permalink
[chore] fix typo in comment (#9539)
Browse files Browse the repository at this point in the history
  • Loading branch information
atoulme authored Feb 9, 2024
1 parent a567d2a commit 2c1cc4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/auth/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ type Client interface {
PerRPCCredentials() (credentials.PerRPCCredentials, error)
}

// ClientOption represents the possible options for NewServerAuthenticator.
// ClientOption represents the possible options for NewClient.
type ClientOption func(*defaultClient)

// ClientRoundTripperFunc specifies the function that returns a RoundTripper that can be used to authenticate HTTP requests.
Expand Down

0 comments on commit 2c1cc4d

Please sign in to comment.