[set] Fix documentation

This commit is contained in:
Khaled Hosny 2022-03-22 00:11:26 +02:00
parent 98b4852434
commit 116cc69236
2 changed files with 2 additions and 2 deletions

View File

@ -637,7 +637,7 @@ hb_ot_var_normalize_coords
HB_SET_VALUE_INVALID
hb_set_add
hb_set_add_range
hb_set_add_sorted_codepoints
hb_set_add_sorted_array
hb_set_allocation_successful
hb_set_copy
hb_set_clear

View File

@ -259,7 +259,7 @@ hb_set_add (hb_set_t *set,
/**
* hb_set_add_sorted_array:
* @set: A set
* @sorted_codepoints: (array length=num_codepoints) Array of codepoints to add
* @sorted_codepoints: (array length=num_codepoints): Array of codepoints to add
* @num_codepoints: Length of @sorted_codepoints
*
* Adds @num_codepoints codepoints to a set at once.