hb_set_previous_range docs: fix presumed copy/paste error
authorSimon Sapin <simon.sapin@exyr.org>
Thu, 4 Jul 2019 21:05:50 +0000 (23:05 +0200)
committerBehdad Esfahbod <behdad@behdad.org>
Fri, 5 Jul 2019 15:09:25 +0000 (08:09 -0700)
src/hb-set.cc

index 8e67907..10638a7 100644 (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.
  *