[USE] Fix Number clusters

The spec wrongly has "H" where "HN" is meant.
diff --git a/src/hb-ot-shape-complex-use-machine.rl b/src/hb-ot-shape-complex-use-machine.rl
index 0ea71ac..77068bd 100644
--- a/src/hb-ot-shape-complex-use-machine.rl
+++ b/src/hb-ot-shape-complex-use-machine.rl
@@ -115,8 +115,8 @@
 	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?;