Skip to content

Commit d4f380f

Browse files
committed
Removing unnecessary param tags and words
#17349
1 parent a71aa8a commit d4f380f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Middleware/HttpsPolicy/src/HttpsRedirectionMiddleware.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public HttpsRedirectionMiddleware(RequestDelegate next, IOptions<HttpsRedirectio
6565
/// <param name="options"></param>
6666
/// <param name="config"></param>
6767
/// <param name="loggerFactory"></param>
68-
/// <param name="serverAddressesFeature">The</param>
68+
/// <param name="serverAddressesFeature"></param>
6969
public HttpsRedirectionMiddleware(RequestDelegate next, IOptions<HttpsRedirectionOptions> options, IConfiguration config, ILoggerFactory loggerFactory,
7070
IServerAddressesFeature serverAddressesFeature)
7171
: this(next, options, config, loggerFactory)

src/Servers/HttpSys/src/WebHostBuilderHttpSysExtensions.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public static class WebHostBuilderHttpSysExtensions
2121
/// The Microsoft.AspNetCore.Hosting.IWebHostBuilder to configure.
2222
/// </param>
2323
/// <returns>
24-
/// A reference to the <see cref="IWebHostBuilder" /> parameter object.</param>
24+
/// A reference to the <see cref="IWebHostBuilder" /> parameter object.
2525
/// </returns>
2626
public static IWebHostBuilder UseHttpSys(this IWebHostBuilder hostBuilder)
2727
{
@@ -50,7 +50,7 @@ public static IWebHostBuilder UseHttpSys(this IWebHostBuilder hostBuilder)
5050
/// A callback to configure Http.sys options.
5151
/// </param>
5252
/// <returns>
53-
/// A reference to the <see cref="IWebHostBuilder" /> parameter object.</param>
53+
/// A reference to the <see cref="IWebHostBuilder" /> parameter object.
5454
/// </returns>
5555
public static IWebHostBuilder UseHttpSys(this IWebHostBuilder hostBuilder, Action<HttpSysOptions> options)
5656
{

0 commit comments

Comments
 (0)