From 12d2c472fe8ec3268a4b39a57603dcc734ab7b88 Mon Sep 17 00:00:00 2001 From: n8willis Date: Sat, 11 May 2019 14:06:56 +0100 Subject: [PATCH] Update src/hb-ot-color.cc Co-Authored-By: Khaled Hosny --- src/hb-ot-color.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-ot-color.cc b/src/hb-ot-color.cc index f6844a29c..254e60b91 100644 --- a/src/hb-ot-color.cc +++ b/src/hb-ot-color.cc @@ -61,7 +61,7 @@ * hb_ot_color_has_palettes: * @face: #hb_face_t to work upon * - * Tests whether a face includes a CPAL color-palette table. + * Tests whether a face includes a `CPAL` color-palette table. * * Return value: true if data found, false otherwise *