From b0c117e3e3c94eb93040786375b18a3abef27823 Mon Sep 17 00:00:00 2001 From: Mike Kistler Date: Wed, 8 Jan 2025 20:55:23 -0600 Subject: [PATCH] Clarify meaning of the group name specified in WithGroupName --- .../Builder/RoutingEndpointConventionBuilderExtensions.cs | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/Http/Routing/src/Builder/RoutingEndpointConventionBuilderExtensions.cs b/src/Http/Routing/src/Builder/RoutingEndpointConventionBuilderExtensions.cs index 8e49dd054e88..fbb25d95130f 100644 --- a/src/Http/Routing/src/Builder/RoutingEndpointConventionBuilderExtensions.cs +++ b/src/Http/Routing/src/Builder/RoutingEndpointConventionBuilderExtensions.cs @@ -112,10 +112,9 @@ public static TBuilder WithName(this TBuilder builder, string endpoint } /// - /// Sets the for all endpoints produced - /// on the target given the . - /// The on the endpoint is used to set the endpoint's - /// GroupName in the OpenAPI specification. + /// Sets the with the given + /// in the endpoint for all endpoints produced on the target + /// . /// /// The . /// The endpoint group name.