From c812e9ae6fef3a533e99c2bbf569d42134d3e1c1 Mon Sep 17 00:00:00 2001 From: John Luo Date: Wed, 3 May 2017 15:13:00 -0700 Subject: [PATCH] Doc comments: Add period at the end of the sentence. --- .../IWebHostBuilder.cs | 2 +- src/Microsoft.AspNetCore.Hosting/WebHostBuilder.cs | 2 +- src/Microsoft.AspNetCore.Hosting/WebHostBuilderExtensions.cs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Microsoft.AspNetCore.Hosting.Abstractions/IWebHostBuilder.cs b/src/Microsoft.AspNetCore.Hosting.Abstractions/IWebHostBuilder.cs index f380488cf5..bb0659222d 100644 --- a/src/Microsoft.AspNetCore.Hosting.Abstractions/IWebHostBuilder.cs +++ b/src/Microsoft.AspNetCore.Hosting.Abstractions/IWebHostBuilder.cs @@ -35,7 +35,7 @@ namespace Microsoft.AspNetCore.Hosting /// The delegate that configures the . /// /// The type of to configure. - /// The delegate will not execute if the type provided does not match the used by the + /// The delegate will not execute if the type provided does not match the used by the . /// /// The . /// diff --git a/src/Microsoft.AspNetCore.Hosting/WebHostBuilder.cs b/src/Microsoft.AspNetCore.Hosting/WebHostBuilder.cs index 93f09b6c5b..fb922a0feb 100644 --- a/src/Microsoft.AspNetCore.Hosting/WebHostBuilder.cs +++ b/src/Microsoft.AspNetCore.Hosting/WebHostBuilder.cs @@ -163,7 +163,7 @@ namespace Microsoft.AspNetCore.Hosting /// The delegate that configures the . /// /// The type of to configure. - /// The delegate will not execute if the type provided does not match the used by the + /// The delegate will not execute if the type provided does not match the used by the . /// /// The . /// diff --git a/src/Microsoft.AspNetCore.Hosting/WebHostBuilderExtensions.cs b/src/Microsoft.AspNetCore.Hosting/WebHostBuilderExtensions.cs index 5065e399e5..213664bc80 100644 --- a/src/Microsoft.AspNetCore.Hosting/WebHostBuilderExtensions.cs +++ b/src/Microsoft.AspNetCore.Hosting/WebHostBuilderExtensions.cs @@ -136,7 +136,7 @@ namespace Microsoft.AspNetCore.Hosting /// The delegate that configures the . /// /// The type of to configure. - /// The delegate will not execute if the type provided does not match the used by the + /// The delegate will not execute if the type provided does not match the used by the . /// /// The . public static IWebHostBuilder ConfigureLogging(this IWebHostBuilder hostBuilder, Action configureLogging) where T : ILoggerFactory