diff --git a/docs/ldml/tr35-general.md b/docs/ldml/tr35-general.md
index e01a3887476..14063f61949 100644
--- a/docs/ldml/tr35-general.md
+++ b/docs/ldml/tr35-general.md
@@ -951,15 +951,17 @@ Some of the constraints reference data from the unitIdComponents in [Unit_Conver
unit_constant | := |
- ("1"[0-9]+ | [2-9][0-9]*)("e" ("1"[0-9]+ | [2-9][0-9]*))?
+ | [1-9][0-9]* ("e" [1-9][0-9]*)?
- Examples:
- kilowatt-hour-per-100-kilometer
- gallon-per-100-mile
- per-200-pound
- per-12
- - Note: The number is an integer greater than one.
+ - Constraint: The numeric value of the unit constant must be an integer greater than one.
+ - Note: The normal interpretation of
e is used, where 2e6 = 2×10⁶.
- Note: The
e notation is optional: per-100-kilometer and per-1e2-kilometer are equivalent unit_identifiers.
+ - Note: When constructing identifiers, exponents should be greater than 3 and multiples of 3, even though parsers must accept the wider range.
|
dimensionality_prefix | := |