Skip to content

Commit c416e94

Browse files
authored
Fix typo in ns-System.Net.Http.xml (dotnet#5212)
1 parent bc991a9 commit c416e94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/ns-System.Net.Http.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
2626
1. <xref:System.Net.Http.DelegatingHandler> - A class used to plug a handler into a handler chain.
2727
28-
2. <xref:System.Net.Http.HttpMessageHandler> - A simple to class to derive from that supports the most common requirements for most applications.
28+
2. <xref:System.Net.Http.HttpMessageHandler> - A simple class to derive from that supports the most common requirements for most applications.
2929
3030
3. <xref:System.Net.Http.HttpClientHandler> - A class that operates at the bottom of the handler chain that actually handles the HTTP transport operations.
3131

0 commit comments

Comments
 (0)