From a0a5ede3a970397bf7169587ffd52ed3b10ff965 Mon Sep 17 00:00:00 2001
From: Radek Zikmund <32671551+rzikm@users.noreply.github.com>
Date: Tue, 27 May 2025 15:02:56 +0200
Subject: [PATCH] Update Color.xml
Fixes https://github.com/dotnet/dotnet-api-docs/issues/11352.
---
xml/System.Drawing/Color.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/xml/System.Drawing/Color.xml b/xml/System.Drawing/Color.xml
index 51857229f9a..693b8a8fa80 100644
--- a/xml/System.Drawing/Color.xml
+++ b/xml/System.Drawing/Color.xml
@@ -1724,7 +1724,7 @@ This example is designed to be used with a Windows Form. Paste the code into the
System.Drawing.Color
- Gets a system-defined color that has an ARGB value of #FF8FBC8B.
+ Gets a system-defined color that has an ARGB value of #FF8FBC8F.
A representing a system-defined color.
To be added.