Skip to content

Commit cbace42

Browse files
Fix summary doc, the client name is an argument. (#66703)
1 parent 0bbf453 commit cbace42

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,8 +243,7 @@ public static IHttpClientBuilder AddHttpClient(this IServiceCollection services!
243243

244244
/// <summary>
245245
/// Adds the <see cref="IHttpClientFactory"/> and related services to the <see cref="IServiceCollection"/> and configures
246-
/// a binding between the <typeparamref name="TClient" /> type and a named <see cref="HttpClient"/>. The client name will
247-
/// be set to the type name of <typeparamref name="TClient"/>.
246+
/// a binding between the <typeparamref name="TClient" /> type and a named <see cref="HttpClient"/>.
248247
/// </summary>
249248
/// <typeparam name="TClient">
250249
/// The type of the typed client. The type specified will be registered in the service collection as

0 commit comments

Comments
 (0)