Skip to content

Commit 21b0dc6

Browse files
Updated comment on enum System.Net.HttpStatusCode (#12138)
* Updated comment on enum System.Net.HttpStatusCode * Fix typo in HTTP status codes summary * Update to RFC 9110 --------- Co-authored-by: Miha Zupan <[email protected]>
1 parent 24164d8 commit 21b0dc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Net/HttpStatusCode.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<BaseTypeName>System.Enum</BaseTypeName>
5151
</Base>
5252
<Docs>
53-
<summary>Contains the values of status codes defined for HTTP defined in RFC 2616 for HTTP 1.1.</summary>
53+
<summary>Contains the values of HTTP status codes as defined by RFC 9110, section 15.</summary>
5454
<remarks>To be added.</remarks>
5555
</Docs>
5656
<Members>

0 commit comments

Comments
 (0)