Skip to content

Commit

Permalink
[hangul] Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
behdad committed Mar 31, 2018
1 parent 44bf432 commit 93dad9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/hb-ot-shape-complex-hangul.cc
Expand Up @@ -151,8 +151,8 @@ preprocess_text_hangul (const hb_ot_shape_plan_t *plan,
* - <V>: U+1160..11A7, U+D7B0..D7C7
* - <T>: U+11A8..11FF, U+D7CB..D7FB
*
* - Only the <L,V> sequences for the 11xx ranges combine.
* - Only <LV,T> sequences for T in U+11A8..11C3 combine.
* - Only the <L,V> sequences for some of the U+11xx ranges combine.
* - Only <LV,T> sequences for some of the Ts in U+11xx range combine.
*
* Here is what we want to accomplish in this shaper:
*
Expand Down

0 comments on commit 93dad9a

Please sign in to comment.