From ea430c10e1acb03ede9311f658db44e8f6d662c5 Mon Sep 17 00:00:00 2001 From: Ebrahim Byagowi Date: Fri, 23 Aug 2024 17:38:49 +0330 Subject: [PATCH] [doc] Quote the table name --- src/hb-style.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-style.cc b/src/hb-style.cc index e66b1b967..fbab091e8 100644 --- a/src/hb-style.cc +++ b/src/hb-style.cc @@ -61,7 +61,7 @@ _hb_ratio_to_angle (float r) * @style_tag: a style tag. * * Searches variation axes of a #hb_font_t object for a specific axis first, - * if not set, first tries to get default style values in STAT table + * if not set, first tries to get default style values in `STAT` table * then tries to polyfill from different tables of the font. * * Returns: Corresponding axis or default value to a style tag.