From c25368e5ab7c3add2bd771d940a31dc2e87f3d34 Mon Sep 17 00:00:00 2001 From: BobLd <38405645+BobLd@users.noreply.github.com> Date: Thu, 15 Feb 2024 06:50:24 +0000 Subject: [PATCH] Fix XML comment has badly formed XML --- src/UglyToad.PdfPig/Graphics/Colors/ColorSpaceDetails.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/UglyToad.PdfPig/Graphics/Colors/ColorSpaceDetails.cs b/src/UglyToad.PdfPig/Graphics/Colors/ColorSpaceDetails.cs index f372d6ff..efc9e142 100644 --- a/src/UglyToad.PdfPig/Graphics/Colors/ColorSpaceDetails.cs +++ b/src/UglyToad.PdfPig/Graphics/Colors/ColorSpaceDetails.cs @@ -945,7 +945,6 @@ /// /// Transforms the supplied ABC color to RGB (sRGB) using the properties of this - /// in the transformation process. /// A, B and C represent red, green and blue calibrated color values in the range 0.0 to 1.0. ///