From 272b5115325b785e92ff5500d4bfc3a67490b6f8 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 19 Jan 2017 19:33:07 -0800 Subject: [PATCH] Minor --- src/hb-ot-math.cc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/hb-ot-math.cc b/src/hb-ot-math.cc index 40414ebee..ec8df2c25 100644 --- a/src/hb-ot-math.cc +++ b/src/hb-ot-math.cc @@ -49,10 +49,9 @@ _get_math (hb_face_t *face) * @face: #hb_face_t to test * * This function allows to verify the presence of an OpenType MATH table on the - * face. If so, such a table will be loaded into memory and sanitized. You can - * then safely call other functions for math layout and shaping. + * face. * - * Return value: #TRUE if face has a MATH table and #FALSE otherwise + * Return value: true if face has a MATH table, false otherwise * * Since: 1.3.3 **/ @@ -124,7 +123,7 @@ hb_ot_math_get_glyph_top_accent_attachment (hb_font_t *font, * @font: a #hb_font_t to test * @glyph: a glyph index to test * - * Return value: #TRUE if the glyph is an extended shape and #FALSE otherwise + * Return value: true if the glyph is an extended shape, false otherwise * * Since: 1.3.3 **/