Correcting closing XML remark tag

#17349
This commit is contained in:
Dairai Nyabando 2019-12-04 22:54:00 -05:00
parent 10d5a0ba62
commit a71aa8a5bc
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ namespace Microsoft.AspNetCore.Http
/// </summary>
/// <remarks>
/// This method allows the consumer to re-use the <see cref="DefaultHttpContext" /> for another request, rather than having to allocate a new instance.
/// <remarks>
/// </remarks>
/// <param name="features">The new set of features for the <see cref="DefaultHttpContext" />.</param>
public void Initialize(IFeatureCollection features)
{