We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5744e4 commit c985b5fCopy full SHA for c985b5f
Lib/fontbakery/checks/ligature_carets.py
@@ -47,7 +47,7 @@ def check_ligature_carets(config, ttFont, ligature_glyphs):
47
yield WARN, Message(
48
"lacks-caret-pos-gdef",
49
"This font lacks caret position values"
50
- " for ligature glyphs because it has not GDEF table.",
+ " for ligature glyphs because it doesn't have a GDEF table.",
51
)
52
else:
53
lig_caret_list = ttFont["GDEF"].table.LigCaretList
0 commit comments