Skip to content

Commit

Permalink
Cleanup trailing end tag in documentation (#27937)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kjelli authored May 3, 2022
1 parent 64eec9d commit dd9d9b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/EFCore/Diagnostics/IInterceptorAggregator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace Microsoft.EntityFrameworkCore.Diagnostics;

/// <summary>
/// <para>
/// A service to resolve a single <see cref="IInterceptor" /> /> from all those registered on
/// A service to resolve a single <see cref="IInterceptor" /> from all those registered on
/// the <see cref="DbContext" /> or in the internal service provider.
/// </para>
/// <para>
Expand Down Expand Up @@ -37,7 +37,7 @@ public interface IInterceptorAggregator
Type InterceptorType { get; }

/// <summary>
/// Resolves a single <see cref="IInterceptor" /> /> from all those registered on
/// Resolves a single <see cref="IInterceptor" /> from all those registered on
/// the <see cref="DbContext" /> or in the internal service provider.
/// </summary>
/// <param name="interceptors">The interceptors to combine.</param>
Expand Down

0 comments on commit dd9d9b8

Please sign in to comment.