Skip to content

Commit be37f4d

Browse files
authored
Update HttpRequestHeader.xml (#9814)
Description for IfModifiedSince header has a spelling mistake. Sentence towards the end has - data and time instead of date and time.
1 parent 7f5bd5d commit be37f4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Net/HttpRequestHeader.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1101,7 +1101,7 @@
11011101
</ReturnValue>
11021102
<MemberValue>30</MemberValue>
11031103
<Docs>
1104-
<summary>The If-Modified-Since header, which specifies that the requested operation should be performed only if the requested resource has been modified since the indicated data and time.</summary>
1104+
<summary>The If-Modified-Since header, which specifies that the requested operation should be performed only if the requested resource has been modified since the indicated date and time.</summary>
11051105
</Docs>
11061106
</Member>
11071107
<Member MemberName="IfNoneMatch">

0 commit comments

Comments
 (0)