Docs typo fix: slower → lower

This commit is contained in:
Simon Sapin 2019-07-04 23:03:45 +02:00 committed by Behdad Esfahbod
parent 9fea6b4dd4
commit 641f337380
1 changed files with 1 additions and 1 deletions

View File

@ -479,7 +479,7 @@ hb_set_next (const hb_set_t *set,
* @set: a set.
* @codepoint: (inout):
*
* Gets the previous number in @set that is slower than current value of @codepoint.
* Gets the previous number in @set that is lower than current value of @codepoint.
*
* Set @codepoint to %HB_SET_VALUE_INVALID to get started.
*