From f2e31262811d9a433261ea26aa4a3f321e42d8fc Mon Sep 17 00:00:00 2001 From: Darth Affe Date: Sat, 28 Nov 2015 14:21:23 +0100 Subject: [PATCH] Fixed documentation comment --- Gradients/RainbowGradient.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gradients/RainbowGradient.cs b/Gradients/RainbowGradient.cs index 84ba9be..a1e1112 100644 --- a/Gradients/RainbowGradient.cs +++ b/Gradients/RainbowGradient.cs @@ -6,7 +6,7 @@ using CUE.NET.Helper; namespace CUE.NET.Gradients { /// - /// Represents a rainbow gradient which circles through all color colors of the HUE-color-space.
+ /// Represents a rainbow gradient which circles through all colors of the HUE-color-space.
/// See as reference ///
public class RainbowGradient : IGradient