[wasm] Typo
This commit is contained in:
parent
99d2dab30f
commit
a267249930
|
@ -58,3 +58,5 @@
|
|||
#include "hb-ucd.cc"
|
||||
#include "hb-unicode.cc"
|
||||
#include "hb-uniscribe.cc"
|
||||
#include "hb-wasm-api.cc"
|
||||
#include "hb-wasm-shape.cc"
|
||||
|
|
|
@ -227,7 +227,7 @@ _hb_wasm_shape (hb_shape_plan_t *shape_plan,
|
|||
goto fail;
|
||||
}
|
||||
|
||||
/* TODO Regularize clusters accordint to direction & cluster level,
|
||||
/* TODO Regularize clusters according to direction & cluster level,
|
||||
* such that client doesn't crash with unmet expectations. */
|
||||
|
||||
if (!results[0].of.i32)
|
||||
|
|
Loading…
Reference in New Issue