From 1396e978db8299883d2d54779d54f94da13a3b9e Mon Sep 17 00:00:00 2001 From: Darth Affe Date: Mon, 22 Jul 2024 00:00:28 +0200 Subject: [PATCH] Fixed doc-comment mistake --- RGB.NET.Presets/Extensions/HPPHExtensions.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RGB.NET.Presets/Extensions/HPPHExtensions.cs b/RGB.NET.Presets/Extensions/HPPHExtensions.cs index 363b9bc..e0b37de 100644 --- a/RGB.NET.Presets/Extensions/HPPHExtensions.cs +++ b/RGB.NET.Presets/Extensions/HPPHExtensions.cs @@ -9,14 +9,14 @@ namespace RGB.NET.Presets.Extensions; public static class HPPHExtensions { /// - /// Converts the given HPPH to a RGB.NET . + /// Converts the given HPPH to a RGB.NET . /// /// The color to convert. /// The converted color. public static Color ToColor(this IColor color) => new(color.A, color.R, color.G, color.B); /// - /// Converts the given HPPH to a RGB.NET . + /// Converts the given HPPH to a RGB.NET . /// /// The color to convert. /// The color-type of the HPPH color.