diff --git a/docs/harfbuzz-sections.txt b/docs/harfbuzz-sections.txt index fafc7c7fc..a73f995b6 100644 --- a/docs/harfbuzz-sections.txt +++ b/docs/harfbuzz-sections.txt @@ -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 diff --git a/src/hb-set.cc b/src/hb-set.cc index b2f9091f3..509536f15 100644 --- a/src/hb-set.cc +++ b/src/hb-set.cc @@ -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.