From 51769740ab74a647d5ac4edc874eeb31cfb47d9e Mon Sep 17 00:00:00 2001 From: Anton Firszov Date: Wed, 17 Feb 2021 16:11:21 +0100 Subject: [PATCH] better docs --- .../Processors/Binarization/BinaryThresholdProcessor.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ImageSharp/Processing/Processors/Binarization/BinaryThresholdProcessor.cs b/src/ImageSharp/Processing/Processors/Binarization/BinaryThresholdProcessor.cs index 57356e541..77fc6938d 100644 --- a/src/ImageSharp/Processing/Processors/Binarization/BinaryThresholdProcessor.cs +++ b/src/ImageSharp/Processing/Processors/Binarization/BinaryThresholdProcessor.cs @@ -74,7 +74,7 @@ namespace SixLabors.ImageSharp.Processing.Processors.Binarization 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; }