From 122907866036e4ad03ddeefe0fe07a28e559fe8e Mon Sep 17 00:00:00 2001 From: Khaled Hosny Date: Fri, 25 Mar 2022 22:41:25 +0200 Subject: [PATCH] [set] Fix annotation --- src/hb-set.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-set.cc b/src/hb-set.cc index a5fca3fd5..035f99c9e 100644 --- a/src/hb-set.cc +++ b/src/hb-set.cc @@ -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