Docs typo fix: slower → lower
authorSimon Sapin <simon.sapin@exyr.org>
Thu, 4 Jul 2019 21:03:45 +0000 (23:03 +0200)
committerBehdad Esfahbod <behdad@behdad.org>
Fri, 5 Jul 2019 15:09:09 +0000 (08:09 -0700)
src/hb-set.cc

index fa98688..8e67907 100644 (file)
@@ -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.
  *