Skip to content

Commit

Permalink
Corrected minor typo Http -> HTTP
Browse files Browse the repository at this point in the history
Unless they're call outs for types or members, acronyms should not follow the naming rules from the Class Library Design Guidelines.
  • Loading branch information
alfredmyers committed Aug 27, 2017
1 parent c4a9ddd commit 4f3bc47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xml/System.Net.Http/HttpMessageInvoker.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</Interface>
</Interfaces>
<Docs>
<summary>A specialty class that allows applications to call the <see cref="M:System.Net.Http.HttpMessageInvoker.SendAsync(System.Net.Http.HttpRequestMessage,System.Threading.CancellationToken)" /> method on an Http handler chain.</summary>
<summary>A specialty class that allows applications to call the <see cref="M:System.Net.Http.HttpMessageInvoker.SendAsync(System.Net.Http.HttpRequestMessage,System.Threading.CancellationToken)" /> method on an HTTP handler chain.</summary>
<remarks>
<format type="text/markdown"><![CDATA[
Expand Down

0 comments on commit 4f3bc47

Please sign in to comment.