Skip to content

Commit aa9d375

Browse files
committed
Corrected comment.
1 parent 8dffb35 commit aa9d375

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Magick.NET.Core/Statistics/IPerceptualHash.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public interface IPerceptualHash
1111
/// <summary>
1212
/// Returns the perceptual hash for the specified channel.
1313
/// </summary>
14-
/// <param name="channel">The channel to get the has for.</param>
14+
/// <param name="channel">The channel to get the hash for.</param>
1515
/// <returns>The perceptual hash for the specified channel.</returns>
1616
IChannelPerceptualHash? GetChannel(PixelChannel channel);
1717

src/Magick.NET/Statistics/PerceptualHash.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ internal bool IsValid
6161
/// <summary>
6262
/// Returns the perceptual hash for the specified channel.
6363
/// </summary>
64-
/// <param name="channel">The channel to get the has for.</param>
64+
/// <param name="channel">The channel to get the hash for.</param>
6565
/// <returns>The perceptual hash for the specified channel.</returns>
6666
public IChannelPerceptualHash? GetChannel(PixelChannel channel)
6767
{

0 commit comments

Comments
 (0)