File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Magick.NET.Core/Statistics Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments