Skip to content

Commit a71aa8a

Browse files
committed
Correcting closing XML remark tag
#17349
1 parent 10d5a0b commit a71aa8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Http/Http/src/DefaultHttpContext.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public DefaultHttpContext(IFeatureCollection features)
6262
/// </summary>
6363
/// <remarks>
6464
/// This method allows the consumer to re-use the <see cref="DefaultHttpContext" /> for another request, rather than having to allocate a new instance.
65-
/// <remarks>
65+
/// </remarks>
6666
/// <param name="features">The new set of features for the <see cref="DefaultHttpContext" />.</param>
6767
public void Initialize(IFeatureCollection features)
6868
{

0 commit comments

Comments
 (0)