Skip to content

Commit 5f1f3b0

Browse files
author
Ron Petrusha
authored
Merge pull request #3252 from dotnet/master
Update Live with current Master
2 parents 7def705 + 9a412d5 commit 5f1f3b0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

xml/System.Drawing/Color.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1574,7 +1574,7 @@
15741574
<ReturnType>System.Drawing.Color</ReturnType>
15751575
</ReturnValue>
15761576
<Docs>
1577-
<summary>Gets a system-defined color that has an ARGB value of <c>#FF8FBC8F</c>.</summary>
1577+
<summary>Gets a system-defined color that has an ARGB value of <c>#FF8FBC8B</c>.</summary>
15781578
<value>A <see cref="T:System.Drawing.Color" /> representing a system-defined color.</value>
15791579
<remarks>
15801580
<format type="text/markdown"><![CDATA[

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -464,9 +464,9 @@
464464
<ReturnType>System.Boolean</ReturnType>
465465
</ReturnValue>
466466
<Docs>
467-
<summary>Whether a cache must not store any part of either the HTTP request mressage or any response.</summary>
467+
<summary>Whether a cache must not store any part of either the HTTP request message or any response.</summary>
468468
<value>
469-
<see langword="true" /> if a cache must not store any part of either the HTTP request mressage or any response; otherwise, <see langword="false" />.</value>
469+
<see langword="true" /> if a cache must not store any part of either the HTTP request message or any response; otherwise, <see langword="false" />.</value>
470470
<remarks>
471471
<format type="text/markdown"><![CDATA[
472472

0 commit comments

Comments
 (0)