Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
rockspore committed Feb 26, 2025
1 parent 62014ca commit 264a123
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -615,10 +615,10 @@ private ManagedChannel createSingleChannel() throws IOException {

ManagedChannelBuilder<?> builder;

// ChannelCredentials will be attached to newly created channel if there are valid Credentials
// provided. Valid Credentials that can be used as ChannelCredentials are non-null instances
// CallCredentials will be attached to newly created channel if there are valid Credentials
// provided. Valid Credentials that can be used as CallCredentials are non-null instances
// of valid GoogleCredentials. There are certain Credentials that cannot be used as
// ChannelCredentials
// CallCredentials
// (i.e. ApiKeyCredentials).
boolean canAttachChannelCredentials = credentials instanceof GoogleCredentials;

Expand Down

0 comments on commit 264a123

Please sign in to comment.