Skip to content

Commit 9b81f37

Browse files
authored
Fix XML documentation for WithFormMappingOptions method (#64896)
Remove extra closing bracket in XML comment
1 parent 6f8ecc7 commit 9b81f37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Http/Routing/src/Builder/RoutingEndpointConventionBuilderExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ public static TBuilder DisableAntiforgery<TBuilder>(this TBuilder builder) where
182182
/// on the target <see cref="IEndpointConventionBuilder"/>.
183183
/// </summary>
184184
/// <param name="builder">The <see cref="IEndpointConventionBuilder"/>.</param>
185-
/// <param name="maxCollectionSize">The maximum number of elements allowed in a form collection. Defaults to <see cref="FormReader.DefaultValueCountLimit"/>>.</param>
185+
/// <param name="maxCollectionSize">The maximum number of elements allowed in a form collection. Defaults to <see cref="FormReader.DefaultValueCountLimit"/>.</param>
186186
/// <param name="maxRecursionDepth">The maximum depth allowed when recursively mapping form data. Defaults to 64.</param>
187187
/// <param name="maxKeySize">The maximum size of the buffer used to read form data keys. Defaults to <see cref="FormReader.DefaultKeyLengthLimit"/></param>
188188
/// <returns>The <see cref="IEndpointConventionBuilder"/>.</returns>

0 commit comments

Comments
 (0)