[USE] Fix Number clusters

The spec wrongly has "H" where "HN" is meant.
This commit is contained in:
Behdad Esfahbod 2015-07-20 15:33:25 +01:00
parent a9663958fe
commit eb74535cc2
1 changed files with 2 additions and 2 deletions

View File

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