Skip to content

Commit

Permalink
[core-amqp] fix doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
chradek committed Mar 25, 2021
1 parent d375c0f commit d9026c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/core/core-amqp/src/auth/tokenProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export class SharedAccessSignatureTokenProvider implements TokenProvider {
}

/**
* The NamedKeyCredential containing the key name and secret key value.
* The SASCredential containing the key name and secret key value.
*/
private _credential: SASCredential;

Expand Down

0 comments on commit d9026c7

Please sign in to comment.