From: Simon Sapin Date: Thu, 4 Jul 2019 21:05:50 +0000 (+0200) Subject: hb_set_previous_range docs: fix presumed copy/paste error X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ffa736f151f27adb76fb0bf91e18e1ec5cb8fe8d;p=platform%2Fupstream%2FlibHarfBuzzSharp.git hb_set_previous_range docs: fix presumed copy/paste error --- diff --git a/src/hb-set.cc b/src/hb-set.cc index 8e67907..10638a7 100644 --- a/src/hb-set.cc +++ b/src/hb-set.cc @@ -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. *