[use] Fix 'Number-joiner terminated cluster' to use HN instead of H

From draft update to USE.
This commit is contained in:
Behdad Esfahbod 2016-05-06 17:17:00 +01:00
parent 359dead960
commit d04e461fe3
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ broken_cluster =
final_consonants
;
number_joiner_terminated_cluster = N VS? (HN N VS?)* H;
number_joiner_terminated_cluster = N VS? (HN N VS?)* HN;
numeral_cluster = N VS? (HN N VS?)*;
symbol_cluster = S VS? SMAbv* SMBlw*;
independent_cluster = (IND | O | Rsv | WJ) VS?;