Skip to content

Commit

Permalink
Update Channels XML comment (#1466)
Browse files Browse the repository at this point in the history
  • Loading branch information
kmgallahan authored Oct 23, 2023
1 parent bcc0063 commit 3ca8e97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Magick.NET/MagickImage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ public int ChannelCount
=> _nativeInstance.ChannelCount;

/// <summary>
/// Gets the channels of the image.
/// Gets the color and metadata channels of the image.
/// </summary>
public IEnumerable<PixelChannel> Channels
{
Expand Down

0 comments on commit 3ca8e97

Please sign in to comment.