Skip to content

Commit b70a515

Browse files
boskjoettRon Petrusha
authored andcommitted
Update CacheControlHeaderValue.xml (#2006)
Added a "not" in the description of the NoCache property.
1 parent c97803e commit b70a515

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/System.Net.Http.Headers/CacheControlHeaderValue.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@
378378
<Docs>
379379
<summary>Whether an HTTP client is willing to accept a cached response.</summary>
380380
<value>
381-
<see langword="true" /> if the HTTP client is willing to accept a cached response; otherwise, <see langword="false" />.</value>
381+
<see langword="true" /> if the HTTP client is not willing to accept a cached response; otherwise, <see langword="false" />.</value>
382382
<remarks>
383383
<format type="text/markdown"><![CDATA[
384384
@@ -861,4 +861,4 @@
861861
</Docs>
862862
</Member>
863863
</Members>
864-
</Type>
864+
</Type>

0 commit comments

Comments
 (0)