From 67b318a5b4b66a6227b23807d67375caa753463c Mon Sep 17 00:00:00 2001 From: geekycrooner Date: Wed, 12 Jun 2019 11:17:23 -0400 Subject: [PATCH 1/2] Minor Fix --- xml/System.Web/IHttpHandler.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xml/System.Web/IHttpHandler.xml b/xml/System.Web/IHttpHandler.xml index 689cd0af59d..24ca0d25d31 100644 --- a/xml/System.Web/IHttpHandler.xml +++ b/xml/System.Web/IHttpHandler.xml @@ -92,7 +92,7 @@ virtual method, as shown in the following example. + Place your custom `HttpHandler` code in the virtual method, as shown in the previous example. @@ -107,4 +107,4 @@ - \ No newline at end of file + From 43c2c155810b6a29377e4f9945e7ac1bfdfe3577 Mon Sep 17 00:00:00 2001 From: Ron Petrusha Date: Fri, 21 Jun 2019 11:36:47 -0700 Subject: [PATCH 2/2] Update IHttpHandler.xml --- xml/System.Web/IHttpHandler.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/System.Web/IHttpHandler.xml b/xml/System.Web/IHttpHandler.xml index 24ca0d25d31..637cd50b030 100644 --- a/xml/System.Web/IHttpHandler.xml +++ b/xml/System.Web/IHttpHandler.xml @@ -92,7 +92,7 @@ virtual method, as shown in the previous example. + Place your custom `HttpHandler` code in the virtual method, as shown in the [Examples](#examples) section.