Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Weil <[email protected]>
  • Loading branch information
stweil committed Aug 10, 2024
1 parent 46b9904 commit ecf0622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ccstruct/rect.h
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ class TESS_API TBOX { // bounding box
}
}

TDimension width() const { // how high is it?
TDimension width() const { // how wide is it?
if (!null_box()) {
return top_right.x() - bot_left.x();
} else {
Expand Down

0 comments on commit ecf0622

Please sign in to comment.