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