Skip to content

Commit 3ceaa56

Browse files
geekycroonerRon Petrusha
authored andcommitted
Minor Fix (#2590)
* Minor Fix * Update IHttpHandler.xml
1 parent de2e5b9 commit 3ceaa56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/System.Web/IHttpHandler.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
<format type="text/markdown"><![CDATA[
9393
9494
## Remarks
95-
Place your custom `HttpHandler` code in the <xref:System.Web.IHttpHandler.ProcessRequest%2A> virtual method, as shown in the following example.
95+
Place your custom `HttpHandler` code in the <xref:System.Web.IHttpHandler.ProcessRequest%2A> virtual method, as shown in the [Examples](#examples) section.
9696
9797
9898
@@ -107,4 +107,4 @@
107107
</Docs>
108108
</Member>
109109
</Members>
110-
</Type>
110+
</Type>

0 commit comments

Comments
 (0)