hb_set_previous_range docs: fix presumed copy/paste error

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

View File

@ -524,7 +524,7 @@ hb_set_next_range (const hb_set_t *set,
* @last: (out): output last codepoint in the range.
*
* Gets the previous consecutive range of numbers in @set that
* are greater than current value of @last.
* are less than current value of @first.
*
* Set @first to %HB_SET_VALUE_INVALID to get started.
*