From: Simon Sapin Date: Thu, 4 Jul 2019 21:03:45 +0000 (+0200) Subject: Docs typo fix: slower → lower X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=641f33738089ef7ccbedce09886309edcd2e1718;p=platform%2Fupstream%2FlibHarfBuzzSharp.git Docs typo fix: slower → lower --- diff --git a/src/hb-set.cc b/src/hb-set.cc index fa98688..8e67907 100644 --- a/src/hb-set.cc +++ b/src/hb-set.cc @@ -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. *