diff --git a/src/EFCore/Diagnostics/IInterceptorAggregator.cs b/src/EFCore/Diagnostics/IInterceptorAggregator.cs index b1479d21cdc..98d914fa6d9 100644 --- a/src/EFCore/Diagnostics/IInterceptorAggregator.cs +++ b/src/EFCore/Diagnostics/IInterceptorAggregator.cs @@ -5,7 +5,7 @@ namespace Microsoft.EntityFrameworkCore.Diagnostics; /// /// -/// A service to resolve a single /> from all those registered on +/// A service to resolve a single from all those registered on /// the or in the internal service provider. /// /// @@ -37,7 +37,7 @@ public interface IInterceptorAggregator Type InterceptorType { get; } /// - /// Resolves a single /> from all those registered on + /// Resolves a single from all those registered on /// the or in the internal service provider. /// /// The interceptors to combine.