Skip to content

Commit 9a412d5

Browse files
authored
Fix wrong color value (#3247)
1 parent 366250e commit 9a412d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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[

0 commit comments

Comments
 (0)