From a71aa8a5bc3950b8ff8abb7365051d7958023c2f Mon Sep 17 00:00:00 2001 From: Dairai Nyabando Date: Wed, 4 Dec 2019 22:54:00 -0500 Subject: [PATCH] Correcting closing XML remark tag #17349 --- src/Http/Http/src/DefaultHttpContext.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Http/Http/src/DefaultHttpContext.cs b/src/Http/Http/src/DefaultHttpContext.cs index ebe0816633..59c7739e86 100644 --- a/src/Http/Http/src/DefaultHttpContext.cs +++ b/src/Http/Http/src/DefaultHttpContext.cs @@ -62,7 +62,7 @@ namespace Microsoft.AspNetCore.Http /// /// /// This method allows the consumer to re-use the for another request, rather than having to allocate a new instance. - /// + /// /// The new set of features for the . public void Initialize(IFeatureCollection features) {