From 1fcf7f6057c62dfade7485850606054650b96cc8 Mon Sep 17 00:00:00 2001 From: James Jackson-South Date: Fri, 11 Jun 2021 05:45:52 +1000 Subject: [PATCH] Fix comments --- .../Processors/Quantization/EuclideanPixelMap{TPixel}.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ImageSharp/Processing/Processors/Quantization/EuclideanPixelMap{TPixel}.cs b/src/ImageSharp/Processing/Processors/Quantization/EuclideanPixelMap{TPixel}.cs index fe834f76fd..cd7be80d52 100644 --- a/src/ImageSharp/Processing/Processors/Quantization/EuclideanPixelMap{TPixel}.cs +++ b/src/ImageSharp/Processing/Processors/Quantization/EuclideanPixelMap{TPixel}.cs @@ -126,7 +126,7 @@ namespace SixLabors.ImageSharp.Processing.Processors.Quantization /// The granularity of the cache has been determined based upon the current /// suite of test images and provides the lowest possible memory usage while /// providing enough match accuracy. - /// Entry count is currently limited to 2371842 entries at 2MB. + /// Entry count is currently limited to 1221858 entries at 1.17MB. /// /// private struct ColorDistanceCache