[set] Fix annotation

This commit is contained in:
Khaled Hosny 2022-03-25 22:41:25 +02:00
parent 3a78cf92c8
commit 1229078660
1 changed files with 1 additions and 1 deletions

View File

@ -620,7 +620,7 @@ hb_set_previous_range (const hb_set_t *set,
* @set: A set
* @codepoint: Outputting codepoints starting after this one.
* Use #HB_SET_VALUE_INVALID to get started.
* @out: (array length=size) An array of codepoints to write to.
* @out: (array length=size): An array of codepoints to write to.
* @size: The maximum number of codepoints to write out.
*
* Finds the next element in @set that is greater than @codepoint. Writes out