Skip to content

Commit 780e2b2

Browse files
committed
Improve wording of lacks-caret-pos-gdef WARN
1 parent 1b4fcb8 commit 780e2b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/fontbakery/checks/ligature_carets.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def check_ligature_carets(config, ttFont, ligature_glyphs):
4747
yield WARN, Message(
4848
"lacks-caret-pos-gdef",
4949
"This font lacks caret position values"
50-
" for ligature glyphs because it has not GDEF table.",
50+
" for ligature glyphs because it doesn't have a GDEF table.",
5151
)
5252
else:
5353
lig_caret_list = ttFont["GDEF"].table.LigCaretList

0 commit comments

Comments
 (0)