Skip to content

Commit dd3e622

Browse files
alnikolagewarren
andauthored
Apply suggestions from code review
Co-authored-by: Genevieve Warren <[email protected]>
1 parent 8707dc7 commit dd3e622

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/System.Net.Http/HttpRequestException.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@
168168
<param name="message">A message that describes the current exception.</param>
169169
<param name="inner">The inner exception.</param>
170170
<param name="statusCode">The HTTP status code.</param>
171-
<summary>Initializes a new instance of the <see cref="HttpRequestException" /> class with a specific message that describes the current exception, an inner exception, and an HTTP status code.</summary>
171+
<summary>Initializes a new instance of the <see cref="T:System.Net.Http.HttpRequestException" /> class with a specific message that describes the current exception, an inner exception, and an HTTP status code.</summary>
172172
</Docs>
173173
</Member>
174174
<Member MemberName="StatusCode">
@@ -192,7 +192,7 @@
192192
<Docs>
193193
<summary>Gets the HTTP status code to be returned with the exception.</summary>
194194
<value>An HTTP status code if the exception represents a non-successful result, otherwise <c>null</c>.</value>
195-
<remarks>This property is new in .NET 5.0.</remarks>
195+
<remarks>This property was introduced in .NET 5.0.</remarks>
196196
</Docs>
197197
</Member>
198198
</Members>

0 commit comments

Comments
 (0)