From 10f1d95edd5edf25bcbb9ebfa5ec7d1148f9d69e Mon Sep 17 00:00:00 2001 From: Sadra Barikbin Date: Thu, 11 Jan 2024 14:35:41 +0330 Subject: [PATCH] Update publictypes.h --- include/tesseract/publictypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/tesseract/publictypes.h b/include/tesseract/publictypes.h index 0069cf28e6..570e46f6b2 100644 --- a/include/tesseract/publictypes.h +++ b/include/tesseract/publictypes.h @@ -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; }