Skip to content

Commit bcd6144

Browse files
authored
Merge pull request #4178 from sadra-barikbin/patch-1
Fix a tiny typo in `publictypes.h`
2 parents 637be53 + 10f1d95 commit bcd6144

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/tesseract/publictypes.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ enum PolyBlockType {
6767
PT_COUNT
6868
};
6969

70-
/** Returns true if PolyBlockType is of horizontal line type */
70+
/** Returns true if PolyBlockType is of line type */
7171
inline bool PTIsLineType(PolyBlockType type) {
7272
return type == PT_HORZ_LINE || type == PT_VERT_LINE;
7373
}

0 commit comments

Comments
 (0)