diff --git a/src/Magick.NET/MagickImage.cs b/src/Magick.NET/MagickImage.cs
index 03d1da1fd4..b345607baa 100644
--- a/src/Magick.NET/MagickImage.cs
+++ b/src/Magick.NET/MagickImage.cs
@@ -427,7 +427,7 @@ public int ChannelCount
=> _nativeInstance.ChannelCount;
///
- /// Gets the channels of the image.
+ /// Gets the color and metadata channels of the image.
///
public IEnumerable Channels
{