You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Http/Http/src/DefaultHttpContext.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ public DefaultHttpContext(IFeatureCollection features)
62
62
/// </summary>
63
63
/// <remarks>
64
64
/// 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>
66
66
/// <param name="features">The new set of features for the <see cref="DefaultHttpContext" />.</param>
0 commit comments