Skip to content

Commit

Permalink
Merge pull request #4178 from sadra-barikbin/patch-1
Browse files Browse the repository at this point in the history
Fix a tiny typo in `publictypes.h`
  • Loading branch information
stweil committed Jan 11, 2024
2 parents 637be53 + 10f1d95 commit bcd6144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/tesseract/publictypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ enum PolyBlockType {
PT_COUNT
};

/** Returns true if PolyBlockType is of horizontal line type */
/** Returns true if PolyBlockType is of line type */
inline bool PTIsLineType(PolyBlockType type) {
return type == PT_HORZ_LINE || type == PT_VERT_LINE;
}
Expand Down

0 comments on commit bcd6144

Please sign in to comment.