Skip to content

Commit

Permalink
wording
Browse files Browse the repository at this point in the history
  • Loading branch information
ptahmose committed Nov 18, 2023
1 parent e831305 commit 2b8f895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/libCZI/utilities.h
Original file line number Diff line number Diff line change
Expand Up @@ -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<libCZI::IntRect> splitters_;
public:
Expand Down

0 comments on commit 2b8f895

Please sign in to comment.