diff --git a/src/DependencyInjection/DI.Abstractions/src/ServiceDescriptor.cs b/src/DependencyInjection/DI.Abstractions/src/ServiceDescriptor.cs index 1544f06bcc2..805bfe03779 100644 --- a/src/DependencyInjection/DI.Abstractions/src/ServiceDescriptor.cs +++ b/src/DependencyInjection/DI.Abstractions/src/ServiceDescriptor.cs @@ -452,7 +452,7 @@ public static ServiceDescriptor Singleton( /// /// Creates an instance of with the specified /// , , - /// and the lifetime. + /// and the lifetime. /// /// The type of the service. /// The instance of the implementation. @@ -471,7 +471,7 @@ public static ServiceDescriptor Singleton(TService implementationInsta /// /// Creates an instance of with the specified /// , , - /// and the lifetime. + /// and the lifetime. /// /// The type of the service. /// The instance of the implementation.