Skip to content

Commit

Permalink
Update XML docs for RouteHandlerBuilderExtensions
Browse files Browse the repository at this point in the history
  • Loading branch information
marcominerva committed Oct 18, 2024
1 parent 0cf9c70 commit 6035255
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public static class RouteHandlerBuilderExtensions
{
/// <summary>
/// Registers a <seealso cref="ValidatorFilter{T}"/> of type <typeparamref name="T"/> onto the route handler to validate the <typeparamref name="T"/> object.
/// </summary>
/// </summary>
/// <typeparam name="T">The type of the object to validate.</typeparam>
/// <param name="builder">The <see cref="RouteHandlerBuilder"/> to add validation filter to.</param>
/// <returns>A <see cref="RouteHandlerBuilder"/> that can be used to further customize the route handler.</returns>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public static class RouteHandlerBuilderExtensions
{
/// <summary>
/// Registers a <seealso cref="ValidatorFilter{T}"/> of type <typeparamref name="T"/> onto the route handler to validate the <typeparamref name="T"/> object.
/// </summary>
/// </summary>
/// <typeparam name="T">The type of the object to validate.</typeparam>
/// <param name="builder">The <see cref="RouteHandlerBuilder"/> to add validation filter to.</param>
/// <returns>A <see cref="RouteHandlerBuilder"/> that can be used to further customize the route handler.</returns>
Expand Down

0 comments on commit 6035255

Please sign in to comment.