Skip to content

Commit aa587d3

Browse files
committed
Correct type name
1 parent ea755ba commit aa587d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Anthropic.Foundry/AnthropicFoundryIdentityTokenCredentials.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public class AnthropicFoundryIdentityTokenCredentials : IAnthropicFoundryCredent
1515
public string ResourceName { get; }
1616

1717
/// <summary>
18-
/// Creates a new instance of the <see cref="AnthropicAzureTokenCredential"/>.
18+
/// Creates a new instance of the <see cref="AnthropicFoundryIdentityTokenCredentials"/>.
1919
/// </summary>
2020
/// <param name="tokenCredential">The credential provider. Use any specialization of <see cref="TokenCredential"/> to get your access token in supported environments.</param>
2121
/// <param name="resourceName">The service resource subdomain name to use in the anthropic azure endpoint</param>

0 commit comments

Comments
 (0)