Skip to content

Commit 6abffe8

Browse files
committed
Corrected comment.
1 parent 5ee3faf commit 6abffe8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Magick.NET.Core/IMagickImage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ public partial interface IMagickImage : IMagickImageCreateOperations, IDisposabl
479479
void Clut(IMagickImage image, PixelInterpolateMethod method, Channels channels);
480480

481481
/// <summary>
482-
/// Applies the color decision list from the specified ASC CDL file.
482+
/// Applies the color decision list from the specified ASC CDL data.
483483
/// </summary>
484484
/// <param name="colorCorrectionCollection">The ASC CDL information.</param>
485485
/// <exception cref="MagickException">Thrown when an error is raised by ImageMagick.</exception>

src/Magick.NET/MagickImage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1759,7 +1759,7 @@ public void ColorAlpha(IMagickColor<QuantumType> color)
17591759
}
17601760

17611761
/// <summary>
1762-
/// Applies the color decision list from the specified ASC CDL file.
1762+
/// Applies the color decision list from the specified ASC CDL data.
17631763
/// </summary>
17641764
/// <param name="colorCorrectionCollection">The ASC CDL information.</param>
17651765
/// <exception cref="MagickException">Thrown when an error is raised by ImageMagick.</exception>

0 commit comments

Comments
 (0)