Docs typo fix: slower → lower
This commit is contained in:
parent
9fea6b4dd4
commit
641f337380
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue