From 2b8f89556d871a10c0f8c785a44179b98c3f9c8d Mon Sep 17 00:00:00 2001 From: ptahmose Date: Sat, 18 Nov 2023 17:17:50 +0100 Subject: [PATCH] wording --- Src/libCZI/utilities.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Src/libCZI/utilities.h b/Src/libCZI/utilities.h index 6a930987..87593f8f 100644 --- a/Src/libCZI/utilities.h +++ b/Src/libCZI/utilities.h @@ -215,7 +215,7 @@ class RectangleCoverageCalculator private: /// This vector contains the rectangles added to the state of the instance. The rectangles /// in this vector are guaranteed to be non-overlapping. That is why the name 'splitters' is used - - /// if rectangles are which are overlapping with the existing ones, the rectangle is split smaller + /// if a rectangles is added which is overlapping with the existing ones, the rectangle is split into smaller /// rectangles (which we call the 'splitters') which are non-overlapping with the existing ones. std::vector splitters_; public: