diff --git a/src/ImageSharp/Colors/Colorspaces/CieXyz.cs b/src/ImageSharp/Colors/Colorspaces/CieXyz.cs
index 8e9d5f7965..16d5cb8275 100644
--- a/src/ImageSharp/Colors/Colorspaces/CieXyz.cs
+++ b/src/ImageSharp/Colors/Colorspaces/CieXyz.cs
@@ -33,8 +33,8 @@ namespace ImageSharp
///
/// Initializes a new instance of the struct.
///
- /// The y luminance component.
/// X is a mix (a linear combination) of cone response curves chosen to be nonnegative
+ /// The y luminance component.
/// Z is quasi-equal to blue stimulation, or the S cone of the human eye.
public CieXyz(float x, float y, float z)
: this()