diff --git a/src/ImageSharp/Processing/Processors/Binarization/BinaryThresholdProcessor.cs b/src/ImageSharp/Processing/Processors/Binarization/BinaryThresholdProcessor.cs index 57356e541a..77fc6938d9 100644 --- a/src/ImageSharp/Processing/Processors/Binarization/BinaryThresholdProcessor.cs +++ b/src/ImageSharp/Processing/Processors/Binarization/BinaryThresholdProcessor.cs @@ -74,7 +74,7 @@ public BinaryThresholdProcessor(float threshold, Color upperColor, Color lowerCo public Color LowerColor { get; } /// - /// Gets a value indicating the value to be compared to threshold. + /// Gets the defining the value to be compared to threshold. /// public BinaryThresholdMode Mode { get; }