Update src/hb-ot-color.cc

Co-Authored-By: Khaled Hosny <khaledhosny@eglug.org>
This commit is contained in:
n8willis 2019-05-11 14:09:52 +01:00 committed by GitHub
parent 6d9870b479
commit 46e05ecca1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ hb_ot_color_palette_get_flags (hb_face_t *face,
* colors. If @colors is NULL, the function will just return the number
* of total colors without storing any actual colors; this can be used
* for allocating a buffer of suitable size before calling
* #hb_ot_color_palette_get_colors() a second time.
* hb_ot_color_palette_get_colors() a second time.
*
* Return value: the total number of colors in the palette
*